Minor style fix
This commit is contained in:
parent
1bfac1aa11
commit
3fa68a142e
|
|
@ -8000,7 +8000,7 @@ table.table.data .list-checkbox .custom-checkbox label {
|
|||
margin-right: 0;
|
||||
}
|
||||
table.table.data thead tr th.list-checkbox {
|
||||
padding: 18px 0 0 18px;
|
||||
padding: 18px 0 0 20px;
|
||||
}
|
||||
table.table.data .list-tree {
|
||||
width: 10px;
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ table.table.data {
|
|||
}
|
||||
|
||||
thead tr th.list-checkbox {
|
||||
padding: 18px 0 0 18px;
|
||||
padding: 18px 0 0 20px;
|
||||
}
|
||||
|
||||
.list-tree {
|
||||
|
|
|
|||
Loading…
Reference in New Issue