From 290b8c7c3896388b850e83246a46b2ba72c9d95b Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Fri, 16 Apr 2021 11:47:40 -0400 Subject: [PATCH] notifications: add margins to each Otherwise they are not distinguished apart. --- pkg/interface/src/views/apps/notifications/notification.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/interface/src/views/apps/notifications/notification.tsx b/pkg/interface/src/views/apps/notifications/notification.tsx index b4691ddba..2676ddd62 100644 --- a/pkg/interface/src/views/apps/notifications/notification.tsx +++ b/pkg/interface/src/views/apps/notifications/notification.tsx @@ -106,6 +106,7 @@ export function NotificationWrapper(props: { gridTemplateRows="auto" gridTemplateAreas={["'header' 'main'", "'header actions' 'main main'"]} p={2} + m={2} {...bind} > {children}