tweak styling

This commit is contained in:
Konstantin Schaper
2023-02-07 11:00:59 +01:00
parent 38ae969899
commit de46d8f4a5

View File

@@ -567,11 +567,13 @@ ul.is-separated {
// tables // tables
.table { .table {
width: 100%; width: 100%;
td {
overflow-wrap: anywhere;
}
td, td,
th { th {
border-color: $white-ter; border-color: $white-ter;
padding: 1rem; padding: 1rem;
overflow-wrap: anywhere;
} }
} }
@@ -636,7 +638,6 @@ ul.is-separated {
background-color: $white-bis; background-color: $white-bis;
border-bottom: 1px solid $white-ter; border-bottom: 1px solid $white-ter;
border-left-color: $grey; border-left-color: $grey;
overflow-wrap: anywhere;
&:first-child { &:first-child {
border-left: 3px solid; border-left: 3px solid;