Skip to content

Commit f080068

Browse files
committed
style(content_mgmt): align column to start
1 parent 24f5d0e commit f080068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/content_management/view/content_management_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
4444
kToolbarHeight + kTextTabBarHeight + AppSpacing.lg,
4545
),
4646
child: Column(
47+
crossAxisAlignment: CrossAxisAlignment.start,
4748
children: [
4849
Padding(
4950
padding: const EdgeInsets.only(

0 commit comments

Comments
 (0)