1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 14:55:27 +02:00

fix(ui): consistent widget padding [r8s-136] (#82)

This commit is contained in:
Ali 2024-11-05 14:25:40 +13:00 committed by GitHub
parent 3c0d25f3bd
commit 458d722d47
16 changed files with 72 additions and 54 deletions

View file

@ -144,12 +144,7 @@ div.input-mask {
}
.widget .widget-footer {
border-top: 1px solid #e9e9e9;
padding: 10px;
}
.widget .widget-footer {
border-top: 1px solid #e9e9e9;
padding: 10px;
padding: 20px;
}
.widget .widget-title .pagination,
.widget .widget-footer .pagination {