aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-01-13 08:43:52 +0100
committerXhmikosR <[email protected]>2019-01-13 09:43:52 +0200
commite077ddbc6c4a0bf6dfbb854126be402e10dc198a (patch)
treeead287742dfd2434debf3b95f1522197387ec1e6
parentdeea117293951dd51f7c3c78a719c479f736c5cb (diff)
downloadbootstrap-e077ddbc6c4a0bf6dfbb854126be402e10dc198a.tar.xz
bootstrap-e077ddbc6c4a0bf6dfbb854126be402e10dc198a.zip
Prevent wrapping if caret is included (#28029)
-rw-r--r--scss/_dropdown.scss2
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;
}