Change only datatable styles related to protocol [SCI-7996]

This commit is contained in:
sboursen-scinote 2023-02-28 14:53:53 +01:00
parent 944e7123be
commit e6c92fc328
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,7 @@
} }
td { td {
padding: 14px 8px; padding-left: 10px;
.nowrap { .nowrap {
white-space: nowrap; white-space: nowrap;

View file

@ -51,6 +51,10 @@
.dataTables_scrollBody { .dataTables_scrollBody {
height: 100%; height: 100%;
td:not(:first-child) {
padding: 14px 8px;
}
} }
// Cells // Cells