mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 20:40:26 +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 {
|
||||
padding: 14px 8px;
|
||||
padding-left: 10px;
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
.dataTables_scrollBody {
|
||||
height: 100%;
|
||||
|
||||
td:not(:first-child) {
|
||||
padding: 14px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
// Cells
|
||||
|
|
Loading…
Add table
Reference in a new issue