fix helper-message height

This commit is contained in:
Felix Niklas 2015-01-14 23:39:56 +01:00
parent 3247fc32c5
commit f9f0da8c27

View file

@ -615,6 +615,12 @@ fieldset > *:not(.form-group) .form-control {
.form-group .help-message { .form-group .help-message {
cursor: help; cursor: help;
opacity: 0.2; opacity: 0.2;
top: -2px;
position: relative;
.icon {
display: block;
}
} }
.form-group:not(.formGroup--halfSize) { .form-group:not(.formGroup--halfSize) {