mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
tweak styling
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user