From 9ed5b5e6534b45f29f318d983a7e09be1f7ac946 Mon Sep 17 00:00:00 2001 From: Luis Hdez Date: Tue, 25 Jun 2013 14:34:57 +0200 Subject: Fix line breaks on add-ons with spaces --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b7e026dbb..487d7eb2f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1711,6 +1711,7 @@ input[type="color"].input-small { .input-group-addon, .input-group-btn { width: 1%; + white-space: nowrap; vertical-align: middle; } -- cgit v1.2.3