We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5d0e commit f080068Copy full SHA for f080068
lib/content_management/view/content_management_page.dart
@@ -44,6 +44,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
44
kToolbarHeight + kTextTabBarHeight + AppSpacing.lg,
45
),
46
child: Column(
47
+ crossAxisAlignment: CrossAxisAlignment.start,
48
children: [
49
Padding(
50
padding: const EdgeInsets.only(
0 commit comments