We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db237fa + d032eff commit 0611a75Copy full SHA for 0611a75
src/components/modals/AppChangelogModal.tsx
@@ -122,7 +122,7 @@ const AppChangelogModal: FC = () => {
122
dismissButton={false}
123
actions={[{ label: t('acknowledge'), onPress: handleAcknowledge }]}
124
>
125
- <Box style={{ maxHeight: '100%' }}>
+ <Box style={{ maxHeight: 500 }}>
126
{appReleaseIsCorrectVersion ? (
127
<ScrollView contentInsetAdjustmentBehavior="automatic">
128
<ReleaseChangelog releaseBody={appRelease?.body} />
0 commit comments