diff options
| author | Mark Otto <[email protected]> | 2014-06-18 19:49:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-18 19:49:44 -0700 |
| commit | 80ffe45afebde1eb7f88f9ef390eab8d189b326e (patch) | |
| tree | 5409009a7d2b65371692390fd313da452d679d5b | |
| parent | 508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11 (diff) | |
| parent | de55fb85a0295553e65231e6116985863acb7ad9 (diff) | |
| download | bootstrap-80ffe45afebde1eb7f88f9ef390eab8d189b326e.tar.xz bootstrap-80ffe45afebde1eb7f88f9ef390eab8d189b326e.zip | |
Merge pull request #13851 from ahoereth/patch-1
Add white-space: nowrap; to .dropdown-header
| -rw-r--r-- | less/dropdowns.less | 1 |
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. |
