Fix decimal point form style

pull/10616/head
Andrew Watkins 2018-07-11 10:03:33 -07:00
parent 87e939aff6
commit d385e612f5
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,8 @@ button.btn.btn-primary.btn-sm.gauge-controls--add-threshold {
margin-top: 30px;
}
.form-group-wrapper {
display: inline-block;
display: inline-flex;
flex-wrap: wrap;
width: calc(100% + 12px);
margin-left: -6px;
margin-right: -6px;