]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add white-space: nowrap; to .dropdown-header 13851/head
authorahoereth <ahoereth@users.noreply.github.com>
Wed, 18 Jun 2014 17:07:55 +0000 (19:07 +0200)
committerahoereth <ahoereth@users.noreply.github.com>
Wed, 18 Jun 2014 17:07:55 +0000 (19:07 +0200)
commitde55fb85a0295553e65231e6116985863acb7ad9
treedb9d49de8473c3dca97513a46cf83b1e2304d9b9
parent6d45f733e57d0e520668a8a38b55d085bd5ef05a
Add white-space: nowrap; to .dropdown-header

Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](https://github.com/twbs/bootstrap/commit/f226463b057f945795661c3d19fbcabf63b931f7)). Consistent to this dropdown-headers also should be prevent to contain line breaks.
less/dropdowns.less