We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0c8757 + 830823f commit 38f79fbCopy full SHA for 38f79fb
1 file changed
lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/more_features/more_features_dialog.dart
@@ -336,7 +336,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
336
return DesktopDialog(
337
maxHeight: maxDialogHeight,
338
child: Column(
339
- mainAxisSize: MainAxisSize.max,
+ mainAxisSize: MainAxisSize.min,
340
crossAxisAlignment: CrossAxisAlignment.stretch,
341
children: [
342
Row(
@@ -353,7 +353,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
353
],
354
),
355
356
- Expanded(
+ Flexible(
357
child: SingleChildScrollView(
358
359
0 commit comments