From 3223d6a8a11c4e2c4901c7ffe44c636ce242e611 Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Tue, 14 Apr 2020 11:38:49 -0300 Subject: [PATCH] fix notification margin --- platform/ui/src/components/Notification/Notification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ui/src/components/Notification/Notification.jsx b/platform/ui/src/components/Notification/Notification.jsx index 669c56c75..951c9c9ed 100644 --- a/platform/ui/src/components/Notification/Notification.jsx +++ b/platform/ui/src/components/Notification/Notification.jsx @@ -35,7 +35,7 @@ const Notification = ({ type, text, actionButtons }) => { const { icon, color } = getIconData(); return ( -
+
{text}