diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b7e026dbb7..487d7eb2fc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1711,6 +1711,7 @@ input[type="color"].input-small { .input-group-addon, .input-group-btn { width: 1%; + white-space: nowrap; vertical-align: middle; } diff --git a/less/forms.less b/less/forms.less index 609580928f..9124876100 100644 --- a/less/forms.less +++ b/less/forms.less @@ -321,6 +321,7 @@ input[type="color"] { .input-group-addon, .input-group-btn { width: 1%; + white-space: nowrap; vertical-align: middle; // Match the inputs }