mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-24 10:42:47 +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(
|
child: Text(
|
||||||
title,
|
title,
|
||||||
style: Theme.of(context).textTheme.headlineSmall,
|
style: Theme.of(context).textTheme.headlineSmall,
|
||||||
maxLines: 2,
|
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
@ -167,7 +166,6 @@ class AccountDialog extends ConsumerWidget with AccountMixin {
|
|||||||
if (subtitle != null)
|
if (subtitle != null)
|
||||||
Text(
|
Text(
|
||||||
subtitle!,
|
subtitle!,
|
||||||
maxLines: 2,
|
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
// This is what ListTile uses for subtitle
|
// This is what ListTile uses for subtitle
|
||||||
|
Loading…
Reference in New Issue
Block a user