Fixed post width (#214)

This commit is contained in:
Harrison Healey 2017-02-02 16:32:54 -05:00 committed by enahum
parent ce58429a21
commit 3e9cb1bc91

View file

@ -23,7 +23,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
flexDirection: 'row'
},
rightColumn: {
flexGrow: 1,
flex: 1,
flexDirection: 'column',
marginRight: 12
},