diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-13 08:43:52 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-13 09:43:52 +0200 |
| commit | e077ddbc6c4a0bf6dfbb854126be402e10dc198a (patch) | |
| tree | ead287742dfd2434debf3b95f1522197387ec1e6 | |
| parent | deea117293951dd51f7c3c78a719c479f736c5cb (diff) | |
| download | bootstrap-e077ddbc6c4a0bf6dfbb854126be402e10dc198a.tar.xz bootstrap-e077ddbc6c4a0bf6dfbb854126be402e10dc198a.zip | |
Prevent wrapping if caret is included (#28029)
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d68e736ac..0d8303bbc 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -7,6 +7,8 @@ } .dropdown-toggle { + white-space: nowrap; + // Generate the caret automatically @include caret; } |
