Fixed post width (#214)
This commit is contained in:
parent
ce58429a21
commit
3e9cb1bc91
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
flexDirection: 'row'
|
||||
},
|
||||
rightColumn: {
|
||||
flexGrow: 1,
|
||||
flex: 1,
|
||||
flexDirection: 'column',
|
||||
marginRight: 12
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue