fix(TextEllipsis): fix that numbers and letters cannot display ellipses (#11669)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user