diff --git a/app/screens/report_a_problem/report_problem.tsx b/app/screens/report_a_problem/report_problem.tsx index 1c55836b4..2b9c557da 100644 --- a/app/screens/report_a_problem/report_problem.tsx +++ b/app/screens/report_a_problem/report_problem.tsx @@ -43,10 +43,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => ({ gap: 20, }, body: { - paddingHorizontal: 20, + flex: 1, }, content: { gap: 16, + paddingHorizontal: 20, }, detailsTitle: { ...typography('Heading', 200, 'SemiBold'),