1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Mobile: Fixes #12191: Fix new note menu size (#12193)

This commit is contained in:
Henry Heino
2025-04-30 14:49:43 -07:00
committed by GitHub
parent 2059e96227
commit b585b8b75c

View File

@@ -47,6 +47,7 @@ const styles = StyleSheet.create({
menuContent: {
gap: 12,
flexShrink: 1,
flexGrow: 1,
flexDirection: 'column',
},
});