Skip to content

Commit 877d329

Browse files
committed
refactor(config): align tabs to start in app config
- Improved tab layout
1 parent 017f2bf commit 877d329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app_configuration/view/app_configuration_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
7171
TabBar(
7272
controller: _tabController,
7373
isScrollable: true,
74+
tabAlignment: TabAlignment.start,
7475
tabs: [
7576
Tab(text: context.l10n.userContentLimitsTab),
7677
Tab(text: context.l10n.adSettingsTab),

0 commit comments

Comments
 (0)