IE11 Fix: Select-kit items shouldn't have flex-grow
This commit is contained in:
parent
9911a41f4c
commit
5a542327e7
|
@ -148,7 +148,6 @@
|
|||
}
|
||||
|
||||
.selected-name {
|
||||
flex: unset;
|
||||
.footer {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue