fix: Cascader text overflow in Firefox (#26011)

close #25969
This commit is contained in:
偏右 2020-08-04 19:53:38 +08:00 committed by GitHub
parent b0536c2a43
commit a2e4b22f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,8 +192,10 @@
}
&-menu-item {
padding: @cascader-dropdown-vertical-padding @control-padding-horizontal;
overflow: hidden;
line-height: @cascader-dropdown-line-height;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
transition: all 0.3s;
&:hover {