Fixed width of notification

pull/148/head
Vladimir Volek 6 years ago
parent cafe1971a4
commit e4b6cc24dd

@ -33,6 +33,7 @@ type NProps = {
};
const Wrapper = styled.div`
width: 100%;
position: relative;
color: ${colors.TEXT_PRIMARY};
background: ${colors.TEXT_SECONDARY};

Loading…
Cancel
Save