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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8edb74823..ceaf06105 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1980,6 +1980,7 @@ select[multiple].input-lg { } .form-horizontal .form-control-static { padding-top: 7px; + padding-bottom: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { |
