From c3590f174198b1dcd32fa7e6fbaac3b075092d9b Mon Sep 17 00:00:00 2001 From: samcro24 Date: Mon, 27 May 2024 09:11:51 +0300 Subject: [PATCH] Fix notification subscription button on My Account (Mobile) #1783 --- src/components/client/auth/profile/MyNotificationsTab.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/client/auth/profile/MyNotificationsTab.tsx b/src/components/client/auth/profile/MyNotificationsTab.tsx index fc73de12b..b270c799d 100644 --- a/src/components/client/auth/profile/MyNotificationsTab.tsx +++ b/src/components/client/auth/profile/MyNotificationsTab.tsx @@ -61,6 +61,8 @@ const Root = styled('div')(({ theme }) => ({ [`& .${classes.statusBoxRow}`]: { display: 'flex', justifyContent: 'space-between', + flexWrap:'wrap', + gap:20, alignItems: 'center', padding: theme.spacing(0, 2), },