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. --- bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index f1a5cc7d3..e4a75e158 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -2309,6 +2309,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; + white-space: nowrap; } .label.important { background-color: #c43c35; -- cgit v1.2.3