fix long text in table cells breaking layout

This commit is contained in:
Konstantin Schaper
2023-02-07 10:53:38 +01:00
parent 3730434f7b
commit 38ae969899
2 changed files with 4 additions and 0 deletions

View File

@@ -571,6 +571,7 @@ ul.is-separated {
th {
border-color: $white-ter;
padding: 1rem;
overflow-wrap: anywhere;
}
}
@@ -635,6 +636,7 @@ ul.is-separated {
background-color: $white-bis;
border-bottom: 1px solid $white-ter;
border-left-color: $grey;
overflow-wrap: anywhere;
&:first-child {
border-left: 3px solid;