Skip to content

Commit 0611a75

Browse files
Merge pull request #443 from OpenDTU-App/fix-app-version-modal
2 parents db237fa + d032eff commit 0611a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modals/AppChangelogModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const AppChangelogModal: FC = () => {
122122
dismissButton={false}
123123
actions={[{ label: t('acknowledge'), onPress: handleAcknowledge }]}
124124
>
125-
<Box style={{ maxHeight: '100%' }}>
125+
<Box style={{ maxHeight: 500 }}>
126126
{appReleaseIsCorrectVersion ? (
127127
<ScrollView contentInsetAdjustmentBehavior="automatic">
128128
<ReleaseChangelog releaseBody={appRelease?.body} />

0 commit comments

Comments
 (0)