From e31300116e2844261da5a9939602e52b3c05f7ae Mon Sep 17 00:00:00 2001 From: "roseb.04" Date: Thu, 17 Aug 2023 16:16:00 +0100 Subject: [PATCH] style: remove max-width for buttons If we want specific sizes for buttons we should add new variants. I think for now we shouldn't constain the size of the buttons rather let them either fill the space given by the parent or be as large as they need to be as dictated by their children. --- src/design-system/components/Button/Button.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/design-system/components/Button/Button.css b/src/design-system/components/Button/Button.css index 4c56b3d72..665bbf779 100644 --- a/src/design-system/components/Button/Button.css +++ b/src/design-system/components/Button/Button.css @@ -5,7 +5,6 @@ box-sizing: border-box; user-select: none; min-height: 34px; - max-width: 300px; border-radius: 17px; padding: 0 var(--space-s); border-style: solid;