diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:11:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 22:11:22 -0700 |
| commit | 96d8553becfdf219c40e046e1202d4f2a2723010 (patch) | |
| tree | b6c1c99ad50a34890e76319a16e9d991a8bf4da6 /dist/css/bootstrap.css | |
| parent | bc076d71b37fd8207a4155fd6392b0374aa41528 (diff) | |
| download | bootstrap-96d8553becfdf219c40e046e1202d4f2a2723010.tar.xz bootstrap-96d8553becfdf219c40e046e1202d4f2a2723010.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1854531d8..e0711a1ea 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3472,6 +3472,7 @@ tbody.collapse.active { .custom-control { position: relative; display: inline-block; + min-height: 1.5rem; padding-left: 1.5rem; cursor: pointer; } @@ -3513,7 +3514,7 @@ tbody.collapse.active { .custom-control-indicator { position: absolute; - top: .25rem; + top: 0.25rem; left: 0; display: block; width: 1rem; |
