this commits solves issue #6

This commit is contained in:
jorge-vitrubio 2021-12-09 15:41:19 +01:00
parent 0a5c9be1e4
commit a09bc127b7
1 changed files with 15 additions and 1 deletions

View File

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