From 835906bf9602de4c5372e2e171675e5152d04eb2 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 25 Oct 2018 11:58:32 +0200 Subject: [PATCH] FIxed icon overflow --- src/components/Notification/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Notification/index.js b/src/components/Notification/index.js index 8b4e5bb2..fdff20e7 100644 --- a/src/components/Notification/index.js +++ b/src/components/Notification/index.js @@ -87,7 +87,7 @@ const StyledIcon = styled(Icon)` `; const IconWrapper = styled.div` - min-width: 20px; + min-width: 30px; `; const Texts = styled.div`