fix: set 0 bottom margin only for last child table field

This commit is contained in:
prssanna 2020-08-27 14:12:56 +05:30
parent 990d2f1034
commit 73ad70b30e

View file

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