Remove excess margin in form blocks
parent
7d9792ade0
commit
29c0f461a1
|
@ -280,4 +280,8 @@ button.btn.btn-primary.btn-sm.gauge-controls--add-threshold {
|
|||
width: calc(100% + 12px);
|
||||
margin-left: -6px;
|
||||
margin-right: -6px;
|
||||
|
||||
.form-group:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue