From a09bc127b795dfc606e5d429a4d808e7141dde94 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 9 Dec 2021 15:41:19 +0100 Subject: [PATCH] this commits solves issue https://git.hangar.org/hangar-tech/gridspinoza/issues/6 --- css/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 208648a..7f36c54 100644 --- a/css/style.css +++ b/css/style.css @@ -519,7 +519,21 @@ div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-with display: none; } - .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { white-space: normal; } + .page-node-type-project .field--name-body { + -webkit-column-count: 1; + -moz-column-count: 1; + column-count: 1; + -moz-column-gap: unset; + -webkit-column-gap: unset; + column-gap: unset; + } + }