From aa2c262bcd66c2a57a0d56f8f499d53fefe4559b Mon Sep 17 00:00:00 2001 From: Jorim Van Hove Date: Fri, 17 Jan 2020 12:57:53 +0100 Subject: [PATCH] IE auto-size input-group to column --- scss/forms/_input-group.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index a37dd8e73796..f729d0bd2b49 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;