fix: if grid custom button is not set grid has some extra space on top
This commit is contained in:
parent
1fc2639123
commit
4b1f65206f
1 changed files with 4 additions and 0 deletions
|
|
@ -402,6 +402,10 @@
|
|||
display: inline-flex;
|
||||
}
|
||||
|
||||
.grid-custom-buttons:empty {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.grid-footer, .grid-custom-buttons {
|
||||
padding: var(--padding-sm) 0px;
|
||||
background-color: var(--fg-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue