Commit fd35779f authored by Heinrich Fenkart's avatar Heinrich Fenkart

Input group sizes: Properly position `.form-control-feedback`

Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513
Ref 7733f243
parent 1ba2630c
...@@ -376,12 +376,14 @@ input[type="checkbox"] { ...@@ -376,12 +376,14 @@ input[type="checkbox"] {
text-align: center; text-align: center;
pointer-events: none; pointer-events: none;
} }
.input-lg + .form-control-feedback { .input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: @input-height-large; width: @input-height-large;
height: @input-height-large; height: @input-height-large;
line-height: @input-height-large; line-height: @input-height-large;
} }
.input-sm + .form-control-feedback { .input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: @input-height-small; width: @input-height-small;
height: @input-height-small; height: @input-height-small;
line-height: @input-height-small; line-height: @input-height-small;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment