diff options
| author | Mark Otto <[email protected]> | 2017-05-30 13:59:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 13:59:24 -0700 |
| commit | 960e73c16f128203763cbf946b54294c3cef2884 (patch) | |
| tree | 9c45efd31d48c1c3bbc499ca5081dfcabaaad7b0 | |
| parent | 41018c84590e2bedbfcabb256f34e8168a4b08ad (diff) | |
| download | bootstrap-960e73c16f128203763cbf946b54294c3cef2884.tar.xz bootstrap-960e73c16f128203763cbf946b54294c3cef2884.zip | |
tweak dropdown caret size and placement
| -rw-r--r-- | scss/_dropdown.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d9e75b0aa..ac19ee0bd 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -10,8 +10,8 @@ display: inline-block; width: 0; height: 0; - margin-left: $caret-width; - vertical-align: middle; + margin-left: $caret-width * .85; + vertical-align: $caret-width * .85; content: ""; border-top: $caret-width solid; border-right: $caret-width solid transparent; |
