this commits solves issue #6
This commit is contained in:
parent
0a5c9be1e4
commit
a09bc127b7
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue