From a61a624e1d3d708128fc3ef184431d65c700e4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Le=CC=81pe=CC=81e?= Date: Fri, 30 Sep 2011 14:19:56 +0200 Subject: white-space: nowrap; for .label Add white-space: nowrap; for .label elements. --- lib/patterns.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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; } -- cgit v1.2.3