aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-02-02 04:25:47 -0800
committerXhmikosR <[email protected]>2018-02-02 14:25:47 +0200
commitc68d26baa2b3166a7414ce6b607a20da702230ca (patch)
treed20ff0de98f6cface57b10f2f3f31750e046d153
parente216c8833c089d1dcf3cc71d5956e318e5487ef7 (diff)
downloadbootstrap-c68d26baa2b3166a7414ce6b607a20da702230ca.tar.xz
bootstrap-c68d26baa2b3166a7414ce6b607a20da702230ca.zip
Override .custom-select width in .form-inline (#25414)
Fixes #25413
-rw-r--r--scss/_forms.scss3
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;
}