Skip to content

Commit

Permalink
fix AlertDialog with fixed layout (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimfarooq5 authored Dec 9, 2024
1 parent 937f89c commit 8d8e1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/app/modules/profile/profile_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ class ProfileController extends GetxController {
title: Text(profile == null ? "Create Profile" : "Update Profile"),
content: Form(
key: formKey,
child: SingleChildScrollView(
child: SizedBox(
width: 300,
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
Expand Down

0 comments on commit 8d8e1e9

Please sign in to comment.