diff --git a/packages/mobile/src/screens/profile-screen/ArtistRecommendations/ArtistRecommendations.tsx b/packages/mobile/src/screens/profile-screen/ArtistRecommendations/ArtistRecommendations.tsx index 0c8a792d04..bffaab4eec 100644 --- a/packages/mobile/src/screens/profile-screen/ArtistRecommendations/ArtistRecommendations.tsx +++ b/packages/mobile/src/screens/profile-screen/ArtistRecommendations/ArtistRecommendations.tsx @@ -47,6 +47,9 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({ header: { flexDirection: 'row' }, + description: { + flexShrink: 1 + }, dismissButton: { marginRight: spacing(2) }, @@ -147,7 +150,7 @@ export const ArtistRecommendations = (props: ArtistRecommendationsProps) => { fill={styles.dismissIcon.fill} onPress={onClose} /> - + {messages.description} {name}