fix: empty space between two sections (#32759)

This commit is contained in:
Saqib Ansari 2025-06-04 13:43:00 +05:30 committed by GitHub
parent bc63c17287
commit 3d578300cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {