Skip to content

Commit

Permalink
fix: button overflow it's parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Mar 25, 2024
1 parent 680f4f2 commit f45ee7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/button/Button.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const Button = recipe({
base: [
DefaultReset,
{
minWidth: 0,
maxWidth: "100%",
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
Expand Down

0 comments on commit f45ee7d

Please sign in to comment.