aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAntoine Lépée <[email protected]>2011-09-30 14:19:56 +0200
committerAntoine Lépée <[email protected]>2011-09-30 14:19:56 +0200
commita61a624e1d3d708128fc3ef184431d65c700e4e5 (patch)
tree21ae6a4dab8c6efac7d77c9fb36020729ccfd60f /lib
parentfda10a609ce02920141e2b35504750ed9fa31a20 (diff)
downloadbootstrap-a61a624e1d3d708128fc3ef184431d65c700e4e5.tar.xz
bootstrap-a61a624e1d3d708128fc3ef184431d65c700e4e5.zip
white-space: nowrap; for .label
Add white-space: nowrap; for .label elements.
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index ce387614e..0d26d3a07 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -969,6 +969,7 @@ input[type=submit].btn {
font-weight: bold;
color: @white;
text-transform: uppercase;
+ white-space: nowrap;
.border-radius(3px);
&.important { background-color: #c43c35; }
&.warning { background-color: @orange; }