1
0
Fork 0
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:
Ali 2022-08-01 13:29:49 +12:00 committed by GitHub
parent d4d80ed8f7
commit 11dffdee9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 54 additions and 25 deletions

View file

@ -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;
}