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:
parent
3c0d25f3bd
commit
458d722d47
16 changed files with 72 additions and 54 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue