0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #13851 from ahoereth/patch-1

Add white-space: nowrap; to .dropdown-header
This commit is contained in:
Mark Otto 2014-06-18 19:49:44 -07:00
commit 80ffe45afe

View File

@ -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.