Skip to content

Commit

Permalink
(less) Fixes twbs#12801: Add padding to the bottom of .form-control-s…
Browse files Browse the repository at this point in the history
…tatic to match height of standard form controls
  • Loading branch information
mdo committed Feb 22, 2014
1 parent ea2be28 commit 9de11a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ input[type="checkbox"],

.form-control-static {
padding-top: (@padding-base-vertical + 1);
padding-bottom: (@padding-base-vertical + 1);
}

// Only right align form labels here when the columns stop stacking
Expand Down

0 comments on commit 9de11a5

Please sign in to comment.