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 {
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
......
......@@ -321,6 +321,7 @@ input[type="color"] {
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
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