Skip to content

Commit

Permalink
fix(grid): 修复图标父容器没有被完整填充
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Oct 15, 2018
1 parent e73374b commit 528e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/grid/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $gird-img-size-sm: 50px;

&__icon {
flex: 0 0 auto;
line-height: 0;
line-height: 1;
}

&__img {
Expand Down

0 comments on commit 528e145

Please sign in to comment.