fix(components): [collapse] fix overflow (#835)

This commit is contained in:
chenxi-20 2023-11-15 18:05:20 +08:00 committed by GitHub
parent 06ecd9c61f
commit 24d6235844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
.@{collapse-item-prefix-cls}__word-overflow {
white-space: nowrap;
overflow: hidden;
line-height: 1.5;
text-overflow: ellipsis;
display: inline-block;
cursor: pointer;