Browse Source

fix: Cascader text overflow in Firefox (#26011)

close #25969
pull/26019/head
偏右 4 years ago
committed by GitHub
parent
commit
a2e4b22f54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/cascader/style/index.less

2
components/cascader/style/index.less

@ -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 {

Loading…
Cancel
Save