Fixed UI button Mark all as read in Thread disappear when the font size is large (#7487)
This commit is contained in:
parent
833a0fc028
commit
eb7432dc27
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
flexDirection: 'row',
|
||||
paddingLeft: 12,
|
||||
marginVertical: 12,
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
menuItemContainer: {
|
||||
paddingVertical: 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue