fix(grid): add margin-top for text with icon (#3310)

fix #3307
This commit is contained in:
rex 2020-06-24 15:05:16 +08:00 committed by GitHub
parent d35649e88f
commit 6242423768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,4 +68,8 @@
.theme(color, '@grid-item-text-color');
.theme(font-size, '@grid-item-text-font-size');
}
&__icon + &__text {
margin-top: 8px;
}
}