Skip to content

Commit

Permalink
Fix icon overlap in buttons
Browse files Browse the repository at this point in the history
Refs: #6645
  • Loading branch information
anicyne committed Oct 7, 2024
1 parent 86f9a71 commit 74aa64d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/themes/default/src/mixins/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
outline: none;
}

:is(a, button) > .kol-span-wc {
display: inline-block;
}

:is(a, button).hide-label > .kol-span-wc {
padding: rem(12.8);
width: unset;
Expand Down

0 comments on commit 74aa64d

Please sign in to comment.