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 (#12396)
This commit is contained in:
parent
243090863e
commit
2a404822f6
@ -45,7 +45,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: var(--van-padding-base);
|
margin-bottom: var(--van-padding-base);
|
||||||
word-break: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--required {
|
&--required {
|
||||||
|
@ -6,7 +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;
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
&__action {
|
&__action {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user