mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 22:03:55 +03:00
Adapt height
This commit is contained in:
parent
0a6eedcc99
commit
ec879868c5
@ -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),
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user