aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-13 23:54:51 -0700
committerMark Otto <[email protected]>2013-04-13 23:54:51 -0700
commitf226463b057f945795661c3d19fbcabf63b931f7 (patch)
treedaf6f5ca3aa1b5c7a024ea02958aef401855bd37 /less/dropdowns.less
parent86bb3b8126c94ee8c839eac4d9120f3edeafefdd (diff)
downloadbootstrap-f226463b057f945795661c3d19fbcabf63b931f7.tar.xz
bootstrap-f226463b057f945795661c3d19fbcabf63b931f7.zip
Restore on links in dropdowns as they are randomly breaking onto new lines
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 29913c66a..7f9f77603 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -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
}
}