mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(TextEllipsis): fix that numbers and letters cannot display ellipses (#11669)
This commit is contained in:
parent
065caff468
commit
13a91147ce
@ -6,6 +6,7 @@
|
||||
.van-text-ellipsis {
|
||||
line-height: var(--van-text-ellipsis-line-height);
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
|
||||
&__action {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user