Skip to content

Commit

Permalink
Fixes #12801: Add padding to the bottom of .form-control-static to ma…
Browse files Browse the repository at this point in the history
…tch height of standard form controls
  • Loading branch information
mdo committed Feb 22, 2014
1 parent 7e551ec commit 7b60470
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/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 7b60470

Please sign in to comment.