Skip to content

Commit

Permalink
Merge pull request #22648 from chiragxarora/fix/20839_reapply
Browse files Browse the repository at this point in the history
re-applying breakword to userDetailsTooltip
  • Loading branch information
stitesExpensify authored Jul 11, 2023
2 parents 7ec993b + cec18ac commit 3257e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserDetailsTooltip/index.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function UserDetailsTooltip(props) {
/>
</View>
<Text style={[styles.mt2, styles.textMicroBold, styles.textReactionSenders, styles.textAlignCenter]}>{title}</Text>
<Text style={[styles.textMicro, styles.fontColorReactionLabel]}>{subtitle}</Text>
<Text style={[styles.textMicro, styles.fontColorReactionLabel, styles.breakWord, styles.textAlignCenter]}>{subtitle}</Text>
</View>
),
[props.icon, userAvatar, userAccountID, userLogin, title, subtitle],
Expand Down

0 comments on commit 3257e3e

Please sign in to comment.