Skip to content

Commit 4d40739

Browse files
authored
fix(icon): set box-sizing to content-box (#373)
1 parent ac522b6 commit 4d40739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Icon.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ iconify-icon {
8484
display: inline-block;
8585
vertical-align: middle;
8686
line-height: 1em !important;
87+
box-sizing: content-box;
8788
}
8889
</style>

0 commit comments

Comments
 (0)