Skip to content

Commit

Permalink
fix: set box-sizing border box for button in case it is not a button …
Browse files Browse the repository at this point in the history
…element
  • Loading branch information
receter committed Jan 16, 2025
1 parent 04c2521 commit 6004536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/lib/Button/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
text-align: center;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
}

.button:focus {
Expand Down

0 comments on commit 6004536

Please sign in to comment.