[improvement] Grid: optimize word break (#3897)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user