aboutsummaryrefslogtreecommitdiff
path: root/scss/forms/_input-group.scss
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2019-08-06 16:54:53 +0900
committerXhmikosR <[email protected]>2019-08-06 10:54:53 +0300
commit2e0a16f461219befb0e09447227dc23ddb93e42f (patch)
tree80a4d60295d9afbea27c032daf8472c1fbef32a6 /scss/forms/_input-group.scss
parentd94148bf50eb3281f8c951517d4de56ec9ecbc2e (diff)
downloadbootstrap-2e0a16f461219befb0e09447227dc23ddb93e42f.tar.xz
bootstrap-2e0a16f461219befb0e09447227dc23ddb93e42f.zip
Fix min-width of input-group flex items (#29209)
Diffstat (limited to 'scss/forms/_input-group.scss')
-rw-r--r--scss/forms/_input-group.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss
index 099accecb..f32853a58 100644
--- a/scss/forms/_input-group.scss
+++ b/scss/forms/_input-group.scss
@@ -16,6 +16,7 @@
> .form-file {
position: relative; // For focus state's z-index
flex: 1 1 0%;
+ min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
margin-bottom: 0;
+ .form-control,