Skip to content

Commit

Permalink
release 10.12.1 fix icons chromium toast min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Jun 21, 2024
1 parent 7be5946 commit cf086c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/less/core/iconography.less
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ i[class^="swepay-icon-"],
i[class*=" swepay-icon-"] {
display: inline-block;
height: var(--icon-size, 24px);
min-width: var(--icon-size, 24px);
width: var(--icon-size, 24px);
background-color: currentColor;
aspect-ratio: 1 / 1;
Expand Down

0 comments on commit cf086c9

Please sign in to comment.