Fix for chat CSS in Safari

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-01 09:09:26 +02:00
parent 77298b6f2e
commit 513c75adde
2 changed files with 4 additions and 2 deletions
@@ -22,7 +22,8 @@ const styles = (theme) =>
{
display : 'flex',
marginBottom : theme.spacing.unit,
padding : theme.spacing.unit
padding : theme.spacing.unit,
flexShrink : 0
},
selfMessage :
{