From: jorimvanhove Date: Thu, 23 Jan 2020 15:30:31 +0000 (+0100) Subject: IE auto-size input-group to column (#30043) X-Git-Tag: v5.0.0-alpha1~505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f2e8309c8cfdd1b3f2631b6e4eb94b34fdd4be;p=thirdparty%2Fbootstrap.git IE auto-size input-group to column (#30043) --- diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index a37dd8e737..f729d0bd2b 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -15,7 +15,8 @@ > .form-select, > .form-file { position: relative; // For focus state's z-index - flex: 1 1 0%; + flex: 1 1 auto; + width: 1%; min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size margin-bottom: 0;