diff options
| author | Mark Otto <[email protected]> | 2017-10-27 20:35:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-27 20:35:33 -0700 |
| commit | 380c920f1c32681fdd0f3375b2ea3e1739fdd6a9 (patch) | |
| tree | 807880d32cabc47ca48aa476d7e1bc6ac6278e0c | |
| parent | 41fbec1188084e344baa9b0f8b167548f530c6c9 (diff) | |
| download | bootstrap-380c920f1c32681fdd0f3375b2ea3e1739fdd6a9.tar.xz bootstrap-380c920f1c32681fdd0f3375b2ea3e1739fdd6a9.zip | |
fixes #24574
| -rw-r--r-- | scss/_button-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 2ed2f7ac7..8be3a6a7f 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -100,7 +100,7 @@ // Split button dropdowns // -.btn + .dropdown-toggle-split { +.dropdown-toggle-split { padding-right: $btn-padding-x * .75; padding-left: $btn-padding-x * .75; |
