mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
fix long text in table cells breaking layout
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
|
||||||
@@ -571,6 +571,7 @@ ul.is-separated {
|
|||||||
th {
|
th {
|
||||||
border-color: $white-ter;
|
border-color: $white-ter;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -635,6 +636,7 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user