We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39d1d9 commit f8b43f7Copy full SHA for f8b43f7
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