Select-kit dropdown fix

This commit is contained in:
Kris 2018-11-12 12:21:54 -05:00
parent ba00fcc371
commit 486d7f2e5d
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
line-height: $line-height-large;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1 0 auto;
flex: 1 1 0%;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
@ -73,7 +73,7 @@
.name {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1 0 auto;
flex: 1 1 0%;
font-weight: bold;
font-size: $font-0;
color: $primary;
@ -87,7 +87,7 @@
.desc {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1 0 auto;
flex: 1 1 0%;
width: 100%; //IE11
font-size: $font-down-1;
font-weight: normal;

View File

@ -131,7 +131,7 @@
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 0 auto;
flex: 1 1 0%;
}
.d-icon {