Commit f226463b authored by Mark Otto's avatar Mark Otto

Restore on links in dropdowns as they are randomly breaking onto new lines

parent 86bb3b81
...@@ -2860,6 +2860,7 @@ fieldset[disabled] .btn-link:focus { ...@@ -2860,6 +2860,7 @@ fieldset[disabled] .btn-link:focus {
font-weight: normal; font-weight: normal;
line-height: 20px; line-height: 20px;
color: #333333; color: #333333;
white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
font-weight: normal; font-weight: normal;
line-height: @line-height-base; line-height: @line-height-base;
color: @dropdown-link-color; color: @dropdown-link-color;
white-space: nowrap; // prevent links from randomly breaking onto new lines
} }
} }
......
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