fix: if grid custom button is not set grid has some extra space on top

This commit is contained in:
Shariq Ansari 2022-12-14 17:29:58 +05:30
parent 1fc2639123
commit 4b1f65206f

View file

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