Remove excess margin in form blocks

pull/2993/head
Alex P 2018-03-14 22:17:46 -07:00
parent 7d9792ade0
commit 29c0f461a1
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
}