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 f080068 commit ba8dea1Copy full SHA for ba8dea1
lib/content_management/view/content_management_page.dart
@@ -61,6 +61,8 @@ class _ContentManagementPageState extends State<ContentManagementPage>
61
),
62
TabBar(
63
controller: _tabController,
64
+ tabAlignment: TabAlignment.start,
65
+ isScrollable: true,
66
tabs: [
67
Tab(text: l10n.headlines),
68
Tab(text: l10n.categories),
0 commit comments