fix: set 0 bottom margin only for last child table field
This commit is contained in:
parent
990d2f1034
commit
73ad70b30e
1 changed files with 2 additions and 2 deletions
|
|
@ -250,8 +250,8 @@
|
|||
padding: var(--padding-md) var(--padding-xl);
|
||||
}
|
||||
|
||||
.frappe-control[data-fieldtype="Table"] {
|
||||
margin-bottom: 0px
|
||||
.form-group:last-child.frappe-control[data-fieldtype="Table"] {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.scroll-to-top {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue