diff --git a/frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_item_widget.dart b/frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_item_widget.dart index 2d5dcd0481..cdb54ec122 100644 --- a/frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_item_widget.dart +++ b/frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_item_widget.dart @@ -30,9 +30,12 @@ class MobileSettingItem extends StatelessWidget { leadingIcon!, const HSpace(8), ], - FlowyText.medium( - name, - fontSize: 14.0, + Expanded( + child: FlowyText.medium( + name, + fontSize: 14.0, + overflow: TextOverflow.ellipsis, + ), ), ], ),