Adapt height

This commit is contained in:
Dain Nilsson 2024-02-07 21:18:51 +01:00
parent 0a6eedcc99
commit ec879868c5
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -255,7 +255,7 @@ class _ImportFileDialogState extends ConsumerState<ImportFileDialog> {
textAlign: TextAlign.center,
),
SizedBox(
height: 120, // Needed for layout, adapt if text sizes changes
height: 140, // Needed for layout, adapt if text sizes changes
child: CertInfoTable(certInfo, null),
),
]