From e4b6cc24dd89447e16fe8d79f4709a3c4172e1f0 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 9 Oct 2018 15:02:08 +0200 Subject: [PATCH] Fixed width of notification --- src/components/Notification/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Notification/index.js b/src/components/Notification/index.js index 4ffa29d1..6ea7daa1 100644 --- a/src/components/Notification/index.js +++ b/src/components/Notification/index.js @@ -33,6 +33,7 @@ type NProps = { }; const Wrapper = styled.div` + width: 100%; position: relative; color: ${colors.TEXT_PRIMARY}; background: ${colors.TEXT_SECONDARY};