mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 06:24:43 +00:00
Add white-space: nowrap; to .dropdown-header
Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](f226463b05)). Consistent to this dropdown-headers also should be prevent to contain line breaks.
This commit is contained in:
parent
6d45f733e5
commit
de55fb85a0
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