From 59865948976de00300915f96aca3012735c5aa10 Mon Sep 17 00:00:00 2001 From: Zachary Thielemann Date: Wed, 3 Feb 2021 21:54:38 -0800 Subject: [PATCH] fix(notifs): width change --- src/components/Notifs/Notifs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Notifs/Notifs.tsx b/src/components/Notifs/Notifs.tsx index b7519cfa..409f80b8 100644 --- a/src/components/Notifs/Notifs.tsx +++ b/src/components/Notifs/Notifs.tsx @@ -53,7 +53,7 @@ const Notifs: React.FC = () => { } const StyledBox = styled.div` - width: 30em !important; + max-width: 35em !important; position: fixed; bottom: 3em; left: 20px;