Skip to content

Commit

Permalink
Fix extras option button wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv committed Dec 28, 2024
1 parent 634f34b commit c19fddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/Home/Views/Setting/settings/Other/MetaCache.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const styles = StyleSheet.create({
marginBottom: 5,
},
clearBtn: {
gap: 5,
flexDirection: 'row',
flexWrap: 'wrap',
},
})

0 comments on commit c19fddf

Please sign in to comment.