fix: empty space between two sections (#32759)
This commit is contained in:
parent
bc63c17287
commit
3d578300cb
1 changed files with 5 additions and 0 deletions
|
|
@ -115,6 +115,11 @@
|
|||
|
||||
.form-section.card-section.hide-border {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
|
||||
&:not(:has(.section-head)) {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-dashboard-section {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue