Added some space on upload page so text can still be read

This commit is contained in:
Anton Stubenbord
2023-01-15 18:03:50 +01:00
parent 6f1722bfd9
commit bfbf0a6f0e

View File

@@ -220,6 +220,7 @@ class _DocumentUploadPreparationPageState
.uploadPageAutomaticallInferredFieldsHintText,
style: Theme.of(context).textTheme.bodySmall,
),
SizedBox(height: 300),
].padded(),
),
);