]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore on links in dropdowns as they are randomly breaking onto new lines
authorMark Otto <otto@github.com>
Sun, 14 Apr 2013 06:54:51 +0000 (23:54 -0700)
committerMark Otto <otto@github.com>
Sun, 14 Apr 2013 06:54:51 +0000 (23:54 -0700)
docs/assets/css/bootstrap.css
less/dropdowns.less

index 9bc946e70e5a3e1096f2a2f4bddbc770d924b30d..74cb442462e6e059602432ca9210a7f13a454121 100644 (file)
@@ -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,
index 29913c66ab39f888f323253d2ee59ebd0d54c14a..7f9f776035aa08b425d865178832053923afccdc 100644 (file)
@@ -71,6 +71,7 @@
     font-weight: normal;
     line-height: @line-height-base;
     color: @dropdown-link-color;
+    white-space: nowrap; // prevent links from randomly breaking onto new lines
   }
 }