diff options
| author | Mark Otto <[email protected]> | 2016-10-09 19:55:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 19:55:58 -0700 |
| commit | ef5bbffd558c63a49c3d64a471138b0e4f5bb660 (patch) | |
| tree | a55708bf5e3e6fd02c028157bac9c5d9cc26a0ec /dist/css/bootstrap.css | |
| parent | 898ffde1e640d54278d20cd22253b38bd482b767 (diff) | |
| download | bootstrap-ef5bbffd558c63a49c3d64a471138b0e4f5bb660.tar.xz bootstrap-ef5bbffd558c63a49c3d64a471138b0e4f5bb660.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8ba05c1f2..63cf4c198 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1996,7 +1996,7 @@ pre code { } select.form-control:not([size]):not([multiple]) { - height: 2.5rem; + height: calc(2.5rem - 2px); } select.form-control:focus::-ms-value { @@ -3521,6 +3521,7 @@ tbody.collapse.in { .custom-select { display: inline-block; max-width: 100%; + height: calc(2.5rem - 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; padding-right: 0.75rem \9; color: #55595c; @@ -5965,6 +5966,10 @@ a.bg-inverse:focus, a.bg-inverse:hover { width: 100% !important; } +.h-100 { + height: 100% !important; +} + .mx-auto { margin-right: auto !important; margin-left: auto !important; |
