IE11 select-kit fix

This commit is contained in:
Kris 2018-11-13 11:21:19 -05:00
parent c09a407f65
commit 1570b01184
1 changed files with 2 additions and 2 deletions

View File

@ -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;