From f45ee7d1725bc36145a70d7df137cf9e966a039b Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:11:46 +0530 Subject: [PATCH] fix: button overflow it's parent --- src/components/button/Button.css.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/button/Button.css.ts b/src/components/button/Button.css.ts index 51e859b..5afa63a 100644 --- a/src/components/button/Button.css.ts +++ b/src/components/button/Button.css.ts @@ -42,6 +42,8 @@ export const Button = recipe({ base: [ DefaultReset, { + minWidth: 0, + maxWidth: "100%", display: "inline-flex", alignItems: "center", justifyContent: "center",