mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 20:36:35 +08:00
select item text overflow, close #796
This commit is contained in:
parent
bcb686b5c0
commit
f4865e85d0
@ -377,6 +377,8 @@
|
||||
color: #666;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user