From 65578165b4c495bc4893e2085c258a515434d227 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 19 Nov 2020 16:37:19 +1000 Subject: [PATCH] notifications: prevent safari shrinkage --- pkg/interface/src/views/apps/notifications/notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/interface/src/views/apps/notifications/notification.tsx b/pkg/interface/src/views/apps/notifications/notification.tsx index 4ca022e18c..bbc460eec4 100644 --- a/pkg/interface/src/views/apps/notifications/notification.tsx +++ b/pkg/interface/src/views/apps/notifications/notification.tsx @@ -92,7 +92,7 @@ function NotificationWrapper(props: { const changeMuteDesc = isMuted ? "Unmute" : "Mute"; return ( - + {children}