small css adjustements to improve table display

This commit is contained in:
Lisa Durand 2022-12-05 10:38:34 +01:00 committed by mfo
parent b0ae2e8a0f
commit 0563ac391b
6 changed files with 19 additions and 11 deletions

View file

@ -5,7 +5,6 @@
font-size: 14px;
th {
vertical-align: top;
padding: (2 * $default-spacer) $default-spacer;
}
@ -54,7 +53,7 @@
white-space: nowrap;
}
.folder-col {
.text-center {
text-align: center;
}

View file

@ -55,3 +55,13 @@
.force-table-100 {
width: calc(100vw);
}
.fr-table--bordered {
.table {
&.hoverable {
tbody tr:hover {
background: $white;
}
}
}
}