Skip to content

Commit 235ebe3

Browse files
committed
fix bugbot
1 parent eac65b7 commit 235ebe3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/img/static/external.svg

Lines changed: 2 additions & 2 deletions
Loading

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
mask-image: url(../img/static/#{$icon}.svg);
3131
mask-position: center;
3232
mask-repeat: no-repeat;
33+
mask-size: contain;
3334
transition: background-color .5s $ease-out-expo;
3435
}
3536
}

0 commit comments

Comments
 (0)