Commit e9951385 authored by Mark Otto's avatar Mark Otto

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

Fix line breaks on add-ons with spaces
parents 5fe3de1c 9ed5b5e6
...@@ -1711,6 +1711,7 @@ input[type="color"].input-small { ...@@ -1711,6 +1711,7 @@ input[type="color"].input-small {
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
width: 1%; width: 1%;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
} }
......
...@@ -321,6 +321,7 @@ input[type="color"] { ...@@ -321,6 +321,7 @@ input[type="color"] {
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
width: 1%; width: 1%;
white-space: nowrap;
vertical-align: middle; // Match the inputs vertical-align: middle; // Match the inputs
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment