ellipse name if too long
This commit is contained in:
@@ -42,6 +42,7 @@ class ChannelName extends StatelessWidget {
|
||||
return Text(
|
||||
title,
|
||||
style: textStyle,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user