aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-18 19:49:44 -0700
committerMark Otto <[email protected]>2014-06-18 19:49:44 -0700
commit80ffe45afebde1eb7f88f9ef390eab8d189b326e (patch)
tree5409009a7d2b65371692390fd313da452d679d5b /less
parent508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11 (diff)
parentde55fb85a0295553e65231e6116985863acb7ad9 (diff)
downloadbootstrap-80ffe45afebde1eb7f88f9ef390eab8d189b326e.tar.xz
bootstrap-80ffe45afebde1eb7f88f9ef390eab8d189b326e.zip
Merge pull request #13851 from ahoereth/patch-1
Add white-space: nowrap; to .dropdown-header
Diffstat (limited to 'less')
-rw-r--r--less/dropdowns.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 8d0a6a2d0..3eb7fc05c 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -155,6 +155,7 @@
font-size: @font-size-small;
line-height: @line-height-base;
color: @dropdown-header-color;
+ white-space: nowrap; // as with > li > a
}
// Backdrop to catch body clicks on mobile, etc.