Skip to content

Commit

Permalink
(less) Fixes twbs#14221: Make .form-control-static work in inline for…
Browse files Browse the repository at this point in the history
…ms as well
  • Loading branch information
mdo committed Jul 24, 2014
1 parent 12f849c commit 2bfdf2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@ input[type="checkbox"] {
vertical-align: middle;
}

// Make static controls behave like regular ones
.form-control-static {
display: inline-block;
}

.input-group {
display: inline-table;
vertical-align: middle;
Expand Down

0 comments on commit 2bfdf2a

Please sign in to comment.