diff options
| author | Shohei Yoshida <[email protected]> | 2019-08-06 16:54:53 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-06 10:54:53 +0300 |
| commit | 2e0a16f461219befb0e09447227dc23ddb93e42f (patch) | |
| tree | 80a4d60295d9afbea27c032daf8472c1fbef32a6 | |
| parent | d94148bf50eb3281f8c951517d4de56ec9ecbc2e (diff) | |
| download | bootstrap-2e0a16f461219befb0e09447227dc23ddb93e42f.tar.xz bootstrap-2e0a16f461219befb0e09447227dc23ddb93e42f.zip | |
Fix min-width of input-group flex items (#29209)
| -rw-r--r-- | scss/forms/_input-group.scss | 1 |
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, |
