mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-23 07:52:13 +01:00
Merge of branch bugfix/table-cell-overflow into develop
Automatic merge by SCM-Manager.
This commit is contained in:
2
gradle/changelog/table_cell_overflow.yaml
Normal file
2
gradle/changelog/table_cell_overflow.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Long text in table cells breaking layout
|
||||
@@ -567,6 +567,9 @@ ul.is-separated {
|
||||
// tables
|
||||
.table {
|
||||
width: 100%;
|
||||
td {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
td,
|
||||
th {
|
||||
border-color: $white-ter;
|
||||
|
||||
Reference in New Issue
Block a user