Merge pull request #408 from coralproject/widen-notifications

make notifications wider
This commit is contained in:
David Erwin
2017-03-13 10:18:28 -04:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ const snackbarStyles = {
color: '#fff',
borderRadius: '3px 3px 0 0',
textAlign: 'center',
maxWidth: '300px',
maxWidth: '400px',
left: '50%',
opacity: 0,
transform: 'translate(-50%, 20px)',