We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e39d1d9 + f8b43f7 commit 8494d9dCopy full SHA for 8494d9d
1 file changed
src/scss/02-tools/_m-text-icon.scss
@@ -34,7 +34,7 @@
34
35
@mixin text-external-icon($icon: "external", $position: after, $color: currentColor, $size: 12px, $gap: 8px) {
36
@include text-icon($icon, $position, $color, $size);
37
- display: inline;
+ display: inline-block;
38
39
&::#{$position} {
40
display: inline-block;
0 commit comments