mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
feat(ui): update dashboard table & items EE-3474 (#7351)
This commit is contained in:
parent
d4d80ed8f7
commit
11dffdee9a
5 changed files with 54 additions and 25 deletions
|
@ -334,13 +334,13 @@
|
|||
width: 30px;
|
||||
}
|
||||
|
||||
.table tr > th:first-child,
|
||||
.table tr > td:first-child {
|
||||
.table-responsive tr > th:first-child,
|
||||
.table-responsive tr > td:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.table tr > th:last-child,
|
||||
.table tr > last-child {
|
||||
.table-responsive tr > th:last-child,
|
||||
.table-responsive tr > last-child {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue