]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix line breaks on add-ons with spaces 8283/head
authorLuis Hdez <luis.munoz.hdez@gmail.com>
Tue, 25 Jun 2013 12:34:57 +0000 (14:34 +0200)
committerLuis Hdez <luis.munoz.hdez@gmail.com>
Tue, 25 Jun 2013 12:34:57 +0000 (14:34 +0200)
docs/assets/css/bootstrap.css
less/forms.less

index b7e026dbb767e53b90d97fe992182341160703c1..487d7eb2fc6d617b931a51dcbcf993e6df09c25b 100644 (file)
@@ -1711,6 +1711,7 @@ input[type="color"].input-small {
 .input-group-addon,
 .input-group-btn {
   width: 1%;
+  white-space: nowrap;
   vertical-align: middle;
 }
 
index 609580928f2ff310131e600e0a17b7b62344dc47..91248761003ef8574a5ac68a336f91620d4e4530 100644 (file)
@@ -321,6 +321,7 @@ input[type="color"] {
 .input-group-addon,
 .input-group-btn {
   width: 1%;
+  white-space: nowrap;
   vertical-align: middle; // Match the inputs
 }