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