mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
[improvement] Grid: optimize word break (#3897)
This commit is contained in:
parent
157d0bfee2
commit
7893399fb0
@ -51,6 +51,7 @@
|
|||||||
&__text {
|
&__text {
|
||||||
color: @grid-item-text-color;
|
color: @grid-item-text-color;
|
||||||
font-size: @grid-item-text-font-size;
|
font-size: @grid-item-text-font-size;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__icon + &__text {
|
&__icon + &__text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user