Commit 80ffe45a authored by Mark Otto's avatar Mark Otto

Merge pull request #13851 from ahoereth/patch-1

Add white-space: nowrap; to .dropdown-header
parents 508d9f0d de55fb85
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment