fix(GridItem): failed to break word (#7292)

This commit is contained in:
neverland 2020-10-02 08:45:24 +08:00 committed by GitHub
parent 18312ce9e9
commit 91daa4b6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,8 @@
color: @grid-item-text-color;
font-size: @grid-item-text-font-size;
line-height: 1.5;
word-wrap: break-word;
// https://github.com/youzan/vant/issues/3894
word-break: break-all;
}
&__icon + &__text {