mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(GridItem): failed to break word (#7292)
This commit is contained in:
parent
18312ce9e9
commit
91daa4b6fe
@ -20,7 +20,8 @@
|
|||||||
color: @grid-item-text-color;
|
color: @grid-item-text-color;
|
||||||
font-size: @grid-item-text-font-size;
|
font-size: @grid-item-text-font-size;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
word-wrap: break-word;
|
// https://github.com/youzan/vant/issues/3894
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__icon + &__text {
|
&__icon + &__text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user