mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
removed maxLines
This commit is contained in:
parent
dc7ce60085
commit
b7d494cc77
@ -154,7 +154,6 @@ class AccountDialog extends ConsumerWidget with AccountMixin {
|
||||
child: Text(
|
||||
title,
|
||||
style: Theme.of(context).textTheme.headlineSmall,
|
||||
maxLines: 2,
|
||||
softWrap: true,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
@ -167,7 +166,6 @@ class AccountDialog extends ConsumerWidget with AccountMixin {
|
||||
if (subtitle != null)
|
||||
Text(
|
||||
subtitle!,
|
||||
maxLines: 2,
|
||||
softWrap: true,
|
||||
textAlign: TextAlign.center,
|
||||
// This is what ListTile uses for subtitle
|
||||
|
Loading…
Reference in New Issue
Block a user