diff options
| author | Mark Otto <[email protected]> | 2013-04-13 23:54:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-13 23:54:51 -0700 |
| commit | f226463b057f945795661c3d19fbcabf63b931f7 (patch) | |
| tree | daf6f5ca3aa1b5c7a024ea02958aef401855bd37 /docs | |
| parent | 86bb3b8126c94ee8c839eac4d9120f3edeafefdd (diff) | |
| download | bootstrap-f226463b057f945795661c3d19fbcabf63b931f7.tar.xz bootstrap-f226463b057f945795661c3d19fbcabf63b931f7.zip | |
Restore on links in dropdowns as they are randomly breaking onto new lines
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9bc946e70..74cb44246 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2860,6 +2860,7 @@ fieldset[disabled] .btn-link:focus { font-weight: normal; line-height: 20px; color: #333333; + white-space: nowrap; } .dropdown-menu > li > a:hover, |
