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 ba8dea1 commit 1fbe60cCopy full SHA for 1fbe60c
lib/content_management/view/content_management_page.dart
@@ -40,9 +40,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
40
appBar: AppBar(
41
title: Text(l10n.contentManagement),
42
bottom: PreferredSize(
43
- preferredSize: Size.fromHeight(
44
- kToolbarHeight + kTextTabBarHeight + AppSpacing.lg,
45
- ),
+ preferredSize: Size.fromHeight(kTextTabBarHeight + AppSpacing.lg),
46
child: Column(
47
crossAxisAlignment: CrossAxisAlignment.start,
48
children: [
0 commit comments