mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
style: replace word-break with overflow-wrap (#12396)
This commit is contained in:
parent
243090863e
commit
2a404822f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user