diff options
| author | Mark Otto <[email protected]> | 2014-02-22 14:16:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-22 14:16:11 -0800 |
| commit | 7b60470e9b6e159205be5f5a38260ef5756d8569 (patch) | |
| tree | 60d419c9e6bd82de50bb04bb2e5c33f368d80d86 /less/forms.less | |
| parent | 7e551ecaf71cb9971990e156c54e5ee0fb758a98 (diff) | |
| download | bootstrap-7b60470e9b6e159205be5f5a38260ef5756d8569.tar.xz bootstrap-7b60470e9b6e159205be5f5a38260ef5756d8569.zip | |
Fixes #12801: Add padding to the bottom of .form-control-static to match height of standard form controls
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index f607b8509..24cb0da69 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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 |
