1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

style: replace word-break with overflow-wrap ()

This commit is contained in:
Gavin 2023-10-25 20:31:19 +08:00 committed by GitHub
parent 243090863e
commit 2a404822f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
packages/vant/src
field
text-ellipsis

@ -45,7 +45,7 @@
width: 100%;
text-align: left;
margin-bottom: var(--van-padding-base);
word-break: break-word;
overflow-wrap: break-word;
}
&--required {

@ -6,7 +6,7 @@
.van-text-ellipsis {
line-height: var(--van-text-ellipsis-line-height);
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: break-word;
&__action {
cursor: pointer;