diff --git a/app/components/team_sidebar/add_team/team_list_item/team_list_item.tsx b/app/components/team_sidebar/add_team/team_list_item/team_list_item.tsx index 0665af710f..0aa44a4194 100644 --- a/app/components/team_sidebar/add_team/team_list_item/team_list_item.tsx +++ b/app/components/team_sidebar/add_team/team_list_item/team_list_item.tsx @@ -37,6 +37,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { text: { color: theme.centerChannelColor, marginLeft: 16, + flex: 1, ...typography('Body', 200), }, icon_container: { @@ -44,7 +45,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { height: 40, }, compassContainer: { - flex: 1, alignItems: 'flex-end', }, };