FIX: Select-kit category dropdown issues in IE11

This commit is contained in:
Kris 2018-01-26 15:50:52 -05:00
parent 36d836ba40
commit f587fb7cc7
3 changed files with 6 additions and 4 deletions

View File

@ -70,6 +70,7 @@
padding: 0;
min-width: 100px;
max-height: 300px;
max-width: 30em;
.collection-header {
.category-filter {
@ -129,7 +130,7 @@
.badge-wrapper {
margin: 0;
display: flex;
flex: 1;
flex: 1 1 auto;
}
}

View File

@ -4,6 +4,7 @@
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 1 1 auto;
flex: 1 1 auto;

View File

@ -94,9 +94,9 @@
.selected-name {
text-align: left;
-webkit-box-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-box-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;