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; + } + }