Fixed UI button Mark all as read in Thread disappear when the font size is large (#7487)

This commit is contained in:
Khanh P. Huynh 2023-08-08 14:20:39 +07:00 committed by GitHub
parent 833a0fc028
commit eb7432dc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
flexDirection: 'row',
paddingLeft: 12,
marginVertical: 12,
flex: 1,
overflow: 'hidden',
},
menuItemContainer: {
paddingVertical: 8,