diff --git a/lib/components/channel_search_results.dart b/lib/components/channel_search_results.dart index cbc7b37c9..93bba173d 100644 --- a/lib/components/channel_search_results.dart +++ b/lib/components/channel_search_results.dart @@ -214,7 +214,7 @@ class _ChannelSearchResultsWidgetState title: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - Text(result.displayName), + Text(result.displayName, overflow: TextOverflow.ellipsis), Text(result.language ?? "??", style: const TextStyle( fontSize: 12,