mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #13851 from ahoereth/patch-1
Add white-space: nowrap; to .dropdown-header
This commit is contained in:
commit
80ffe45afe
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue