diff --git a/frontend/appflowy_flutter/lib/user/presentation/widgets/folder_widget.dart b/frontend/appflowy_flutter/lib/user/presentation/widgets/folder_widget.dart index fe43c1905b..8ac0e2cb43 100644 --- a/frontend/appflowy_flutter/lib/user/presentation/widgets/folder_widget.dart +++ b/frontend/appflowy_flutter/lib/user/presentation/widgets/folder_widget.dart @@ -257,12 +257,15 @@ class _FolderCard extends StatelessWidget { Row( crossAxisAlignment: CrossAxisAlignment.center, children: [ - FlowyText.regular( - title, - fontSize: FontSizes.s14, - fontFamily: GoogleFonts.poppins( - fontWeight: FontWeight.w500, - ).fontFamily, + Flexible( + child: FlowyText.regular( + title, + fontSize: FontSizes.s14, + fontFamily: GoogleFonts.poppins( + fontWeight: FontWeight.w500, + ).fontFamily, + overflow: TextOverflow.ellipsis, + ), ), Tooltip( decoration: BoxDecoration(