fix helper-message height
This commit is contained in:
parent
3247fc32c5
commit
f9f0da8c27
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue