Skip to content

Commit

Permalink
Merge pull request #15956 from twbs/input-group-sizes-glyphicon
Browse files Browse the repository at this point in the history
Input group sizes: Properly position `.form-control-feedback`
  • Loading branch information
mdo committed Mar 29, 2015
2 parents e260661 + fd35779 commit e90d69c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,14 @@ input[type="checkbox"] {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: @input-height-large;
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;
height: @input-height-small;
line-height: @input-height-small;
Expand Down

0 comments on commit e90d69c

Please sign in to comment.