diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:29:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 22:29:10 -0700 |
| commit | cecf0db2ce5e4687579d9510dca6cc205ef43d7b (patch) | |
| tree | aea411953bd624ac6e09360dd399d2a88d8c26a8 /docs/dist/css/bootstrap.css | |
| parent | ccb5248205efb8176aeb845b69a3e9c414e0dc69 (diff) | |
| download | bootstrap-cecf0db2ce5e4687579d9510dca6cc205ef43d7b.tar.xz bootstrap-cecf0db2ce5e4687579d9510dca6cc205ef43d7b.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 1854531d8..7d4574140 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; @@ -3609,6 +3610,7 @@ tbody.collapse.active { display: inline-block; max-width: 100%; height: 2.5rem; + margin-bottom: 0; cursor: pointer; } |
