mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge pull request #8283 from luishdez/hotfix/add-on-breaks
Fix line breaks on add-ons with spaces
This commit is contained in:
Vendored
+1
@@ -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"] {
|
|||||||
.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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user