Merge of branch bugfix/table-cell-overflow into develop

Automatic merge by SCM-Manager.
This commit is contained in:
Philipp Ahrendt
2023-02-09 09:45:24 +01:00
committed by SCM-Manager
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Long text in table cells breaking layout

View File

@@ -567,6 +567,9 @@ ul.is-separated {
// tables
.table {
width: 100%;
td {
overflow-wrap: anywhere;
}
td,
th {
border-color: $white-ter;