From 1570b01184864ab3ef9e8f8e5ce302a10ec14c7b Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 13 Nov 2018 11:21:19 -0500 Subject: [PATCH] IE11 select-kit fix --- .../stylesheets/common/select-kit/dropdown-select-box.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss index c9198c23364..3c203590317 100644 --- a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss +++ b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss @@ -73,7 +73,7 @@ .name { -webkit-box-flex: 1; -ms-flex: 1; - flex: 1 1 0%; + flex: 1 1 auto; font-weight: bold; font-size: $font-0; color: $primary; @@ -87,7 +87,7 @@ .desc { -webkit-box-flex: 1; -ms-flex: 1; - flex: 1 1 0%; + flex: 1 1 auto; width: 100%; //IE11 font-size: $font-down-1; font-weight: normal;