diff --git a/lib/features/document_upload/view/document_upload_preparation_page.dart b/lib/features/document_upload/view/document_upload_preparation_page.dart index f97d084..d00ee57 100644 --- a/lib/features/document_upload/view/document_upload_preparation_page.dart +++ b/lib/features/document_upload/view/document_upload_preparation_page.dart @@ -220,6 +220,7 @@ class _DocumentUploadPreparationPageState .uploadPageAutomaticallInferredFieldsHintText, style: Theme.of(context).textTheme.bodySmall, ), + SizedBox(height: 300), ].padded(), ), );