mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Change only datatable styles related to protocol [SCI-7996]
This commit is contained in:
parent
944e7123be
commit
e6c92fc328
2 changed files with 5 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 14px 8px;
|
padding-left: 10px;
|
||||||
|
|
||||||
.nowrap {
|
.nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -51,6 +51,10 @@
|
||||||
|
|
||||||
.dataTables_scrollBody {
|
.dataTables_scrollBody {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
td:not(:first-child) {
|
||||||
|
padding: 14px 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cells
|
// Cells
|
||||||
|
|
Loading…
Add table
Reference in a new issue