Skip to content

Commit

Permalink
fix(svgicon): set inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehu4 committed Oct 19, 2021
1 parent f1f92e2 commit fe9f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/SvgIcon/SvgIcon.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.svgIcon {
@apply inline;
@apply inline-block;

/**
* Size Priority:
Expand Down

0 comments on commit fe9f5fc

Please sign in to comment.