Merge pull request #8283 from luishdez/hotfix/add-on-breaks

Fix line breaks on add-ons with spaces
Esse commit está contido em:
Mark Otto
2013-06-25 09:37:56 -07:00
2 arquivos alterados com 2 adições e 0 exclusões
+1
Ver Arquivo
@@ -1711,6 +1711,7 @@ input[type="color"].input-small {
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
+1
Ver Arquivo
@@ -321,6 +321,7 @@ input[type="color"] {
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; // Match the inputs
}