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

This commit is contained in:
Nabin Hait 2022-07-28 18:01:53 +05:30 committed by GitHub
parent 9c84a7cfd9
commit 8fe4fa72ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;