diff options
| author | Mark Otto <[email protected]> | 2018-02-02 04:25:47 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-02-02 14:25:47 +0200 |
| commit | c68d26baa2b3166a7414ce6b607a20da702230ca (patch) | |
| tree | d20ff0de98f6cface57b10f2f3f31750e046d153 /scss/_forms.scss | |
| parent | e216c8833c089d1dcf3cc71d5956e318e5487ef7 (diff) | |
| download | bootstrap-c68d26baa2b3166a7414ce6b607a20da702230ca.tar.xz bootstrap-c68d26baa2b3166a7414ce6b607a20da702230ca.zip | |
Override .custom-select width in .form-inline (#25414)
Fixes #25413
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index b0954f8c2..8835595e7 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -302,7 +302,8 @@ select.form-control-lg { display: inline-block; } - .input-group { + .input-group, + .custom-select { width: auto; } |
