small css adjustements to improve table display
This commit is contained in:
parent
b0ae2e8a0f
commit
0563ac391b
6 changed files with 19 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -55,3 +55,13 @@
|
|||
.force-table-100 {
|
||||
width: calc(100vw);
|
||||
}
|
||||
|
||||
.fr-table--bordered {
|
||||
.table {
|
||||
&.hoverable {
|
||||
tbody tr:hover {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue