mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +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 {
|
.van-text-ellipsis {
|
||||||
line-height: var(--van-text-ellipsis-line-height);
|
line-height: var(--van-text-ellipsis-line-height);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
&__action {
|
&__action {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user