From e72da27051ea55f75398e6425b3d126a9ed5ac65 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 21 Sep 2020 17:17:30 +0200 Subject: [PATCH] ellipse name if too long --- lib/src/channel_name.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/channel_name.dart b/lib/src/channel_name.dart index ef7599b7..96a6a14a 100644 --- a/lib/src/channel_name.dart +++ b/lib/src/channel_name.dart @@ -42,6 +42,7 @@ class ChannelName extends StatelessWidget { return Text( title, style: textStyle, + overflow: TextOverflow.ellipsis, ); }, );