diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index 251c7b1c6..0029928dd 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -654,16 +654,16 @@ class _DrawerTileState extends State { color: textColor, ), ), - title: Text( - widget.title, - key: ValueKey('menu_${widget.title}'), - overflow: TextOverflow.clip, - maxLines: 1, - style: Theme.of(context).textTheme.bodyText1.copyWith( - fontSize: 14, - color: textColor, + title: state.isMenuCollapsed + ? SizedBox() + : Text( + widget.title, + key: ValueKey('menu_${widget.title}'), + style: Theme.of(context).textTheme.bodyText1.copyWith( + fontSize: 14, + color: textColor, + ), ), - ), onTap: () { if (widget.entityType != null) { viewEntitiesByType(