diff --git a/app/components/post/post.js b/app/components/post/post.js index 24dcf8100..44a392d14 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -23,7 +23,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { flexDirection: 'row' }, rightColumn: { - flexGrow: 1, + flex: 1, flexDirection: 'column', marginRight: 12 },