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 {
flex: unset;
.footer {
display: flex;
width: 100%;

View File

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