[improvement] Grid: optimize word break (#3897)

This commit is contained in:
neverland 2019-07-19 09:51:01 +08:00 committed by GitHub
parent 157d0bfee2
commit 7893399fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@
&__text {
color: @grid-item-text-color;
font-size: @grid-item-text-font-size;
word-break: break-all;
}
&__icon + &__text {