fix: hide border for a section break (#17653)
This commit is contained in:
parent
9c84a7cfd9
commit
8fe4fa72ef
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue