2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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

This commit is contained in:
Mark Otto
2013-04-13 23:54:51 -07:00
parent 86bb3b8126
commit f226463b05
2 changed files with 2 additions and 0 deletions
+1
View 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
}
}