Commit 9ed5b5e6 authored by Luis Hdez's avatar Luis Hdez

Fix line breaks on add-ons with spaces

parent 5fe3de1c
......@@ -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