Skip to content

Commit

Permalink
fix(Button): 🐛 Fix icon being clipped in Firefox browser (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored Jul 31, 2023
1 parent 60ec1b0 commit 75b8bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
position: relative;
}

.button svg {
overflow: visible;
}

.button.small::before {
position: absolute;
top: 0;
Expand Down

0 comments on commit 75b8bd7

Please sign in to comment.