From 58f2e8309c8cfdd1b3f2631b6e4eb94b34fdd4be Mon Sep 17 00:00:00 2001 From: jorimvanhove Date: Thu, 23 Jan 2020 16:30:31 +0100 Subject: [PATCH] IE auto-size input-group to column (#30043) --- 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 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;