mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
.selected-name {
|
||||||
flex: unset;
|
|
||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user