Rather than overriding this just on inline form examples, this should be for all static form controls to match inputs.
.form-control-static {
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
+ margin-bottom: 0; // match inputs if this class comes on inputs with default margins
line-height: $input-line-height;
border: solid transparent;
border-width: 1px 0;
// Make static controls behave like regular ones
.form-control-static {
display: inline-block;
- margin-bottom: 0;
}
.input-group {