diff --git a/app/components/autocomplete/channel_mention_item/channel_mention_item.tsx b/app/components/autocomplete/channel_mention_item/channel_mention_item.tsx
index 8158fedb17..9ded73355c 100644
--- a/app/components/autocomplete/channel_mention_item/channel_mention_item.tsx
+++ b/app/components/autocomplete/channel_mention_item/channel_mention_item.tsx
@@ -27,6 +27,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme: Theme) => {
alignItems: 'center',
},
rowDisplayName: {
+ flex: 1,
fontSize: 15,
color: theme.centerChannelColor,
},
@@ -129,16 +130,17 @@ const ChannelMentionItem = ({
style={style.icon}
/>
{displayName}
-
-
- {` ~${channel.name}`}
+
+ {` ~${channel.name}`}
+