Skip to content

Commit f8b43f7

Browse files
committed
fix external link
1 parent e39d1d9 commit f8b43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/02-tools/_m-text-icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
@mixin text-external-icon($icon: "external", $position: after, $color: currentColor, $size: 12px, $gap: 8px) {
3636
@include text-icon($icon, $position, $color, $size);
37-
display: inline;
37+
display: inline-block;
3838

3939
&::#{$position} {
4040
display: inline-block;

0 commit comments

Comments
 (0)