From 7b1c9609cc562cc210a45f66ab662b482f4b9c95 Mon Sep 17 00:00:00 2001 From: Shaun Simmons Date: Mon, 7 Nov 2016 18:21:12 -0500 Subject: [PATCH] Fixes #9341 - Firefox flexbox input-group-field width --- scss/forms/_input-group.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index a7c7b1ad1..2fbfa9360 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -92,6 +92,7 @@ $input-prefix-padding: 1rem !default; @if $global-flexbox { flex: 1 1 0px; height: auto; + min-width: 0; } @else { height: $height; -- 2.47.3