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

Fix line breaks on add-ons with spaces

parent 5fe3de1c
5 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8283Fix line breaks on add-ons with spaces,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1
Showing with 2 additions and 0 deletions
+2 -0
...@@ -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
} }
......
Supports Markdown
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