From 3e9cb1bc911dab3a1628a36b4d97c09d5254bbaf Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 2 Feb 2017 16:32:54 -0500 Subject: [PATCH] Fixed post width (#214) --- app/components/post/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },