fix: Remove margin bottom from last form-control

This commit is contained in:
Suraj Shetty 2021-02-01 12:14:34 +05:30
parent 1eac7f1d47
commit d4288048e4

View file

@ -263,8 +263,13 @@
line-height: 1.6;
}
.form-group:last-child.frappe-control[data-fieldtype="Table"] {
margin-bottom: 0;
.form-group {
.frappe-control:last-child {
margin-bottom: 0;
}
&:last-child.frappe-control[data-fieldtype="Table"] {
margin-bottom: 0;
}
}
.form-footer {