IE11 Fix: Select-kit items shouldn't have flex-grow

This commit is contained in:
Kris 2018-11-15 10:08:27 -05:00
parent 9911a41f4c
commit 5a542327e7
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,6 @@
} }
.selected-name { .selected-name {
flex: unset;
.footer { .footer {
display: flex; display: flex;
width: 100%; width: 100%;

View File

@ -70,7 +70,7 @@
.selected-name { .selected-name {
text-align: left; text-align: left;
flex: 1 1 auto; flex: 0 1 auto;
padding: 1px 0; padding: 1px 0;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;