From bfbf0a6f0ef9c83cef2925e1e0b442c14ca56aeb Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Sun, 15 Jan 2023 18:03:50 +0100 Subject: [PATCH] Added some space on upload page so text can still be read --- .../document_upload/view/document_upload_preparation_page.dart | 1 + 1 file changed, 1 insertion(+) 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(), ), );