Browse Source

fix: hide border for a section break (#17653)

version-14
Nabin Hait 2 years ago
committed by GitHub
parent
commit
8fe4fa72ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      frappe/public/scss/desk/form.scss

+ 4
- 0
frappe/public/scss/desk/form.scss View File

@@ -62,6 +62,10 @@
border-bottom: none;
}

.form-section.card-section.hide-border {
border-bottom: none;
}

.form-dashboard-section {
.section-body:first-child {
margin-top: 0;


Loading…
Cancel
Save