🐛 Fix Select ellipsis bug in Firefox (#22033)

close #22017
This commit is contained in:
偏右 2020-03-09 19:31:58 +08:00 committed by GitHub
parent ef0c07db6a
commit 2b102f8494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@
// ======================== Selection ========================
&-selection-item {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@ -72,6 +73,7 @@
// ======================= Placeholder =======================
&-selection-placeholder {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;