From a8a43394758efa716b433c96549d9b714abf78d4 Mon Sep 17 00:00:00 2001 From: Nilesh Gupta Date: Fri, 29 Sep 2023 17:45:22 +0530 Subject: [PATCH] setting min-width --- src/components/dropdowns/UpdateNotifSettingDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdowns/UpdateNotifSettingDropdown.tsx b/src/components/dropdowns/UpdateNotifSettingDropdown.tsx index 2d34c6ecd4..e64de1a4e6 100644 --- a/src/components/dropdowns/UpdateNotifSettingDropdown.tsx +++ b/src/components/dropdowns/UpdateNotifSettingDropdown.tsx @@ -188,6 +188,7 @@ const DropdownSubmitButton = styled.button` outline: 0; display: flex; align-items: center; + min-width: max-content; justify-content: center; margin: 0px 0px 0px 10px; color: #fff; @@ -197,7 +198,6 @@ const DropdownSubmitButton = styled.button` background: #e20880; border-radius: 8px; padding: 9px 15px; - min-width: 60px; @media (max-width: 768px) { padding: 9px 30px; }