Skip to content

Commit

Permalink
Merge pull request #13851 from ahoereth/patch-1
Browse files Browse the repository at this point in the history
Add white-space: nowrap; to .dropdown-header
  • Loading branch information
mdo committed Jun 19, 2014
2 parents 508d9f0 + de55fb8 commit 80ffe45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/dropdowns.less
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80ffe45

Please sign in to comment.