Skip to content

Commit 154ea05

Browse files
committed
fix(layout): align app review settings to the left
Added `expandedCrossAxisAlignment: CrossAxisAlignment.start` to the `CommunityConfigForm` widget to align the app review settings to the left side. This improves the layout and readability of the settings form.
1 parent df9b90a commit 154ea05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app_configuration/widgets/community_config_form.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class CommunityConfigForm extends StatelessWidget {
8383
l10n.appReviewFunnelDescription,
8484
style: subtitleStyle,
8585
),
86+
expandedCrossAxisAlignment: CrossAxisAlignment.start,
8687
children: [
8788
AppReviewSettingsForm(
8889
remoteConfig: remoteConfig,

0 commit comments

Comments
 (0)