fix(TextEllipsis): fix that numbers and letters cannot display ellipses (#11669)

This commit is contained in:
Gavin
2023-03-14 08:48:33 +08:00
committed by GitHub
parent 065caff468
commit 13a91147ce

View File

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