fix: Remove margin bottom from last form-control
This commit is contained in:
parent
1eac7f1d47
commit
d4288048e4
1 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue