Skip to content

Commit

Permalink
Merge pull request #16397 from tienifr/fix/15438-maintain-white-space…
Browse files Browse the repository at this point in the history
…-in-display-name

(cherry picked from commit 268482d)
  • Loading branch information
Alexander Mechler authored and OSBotify committed Mar 22, 2023
1 parent 9802311 commit 08c4c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisplayNames/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class DisplayNames extends PureComponent {
>
{/* // We need to get the refs to all the names which will be used to correct
the horizontal position of the tooltip */}
<Text ref={el => this.childRefs[index] = el} style={[...this.props.textStyles, styles.preWrap]}>
<Text ref={el => this.childRefs[index] = el} style={[...this.props.textStyles, styles.pre]}>
{displayName}
</Text>
</Tooltip>
Expand Down

0 comments on commit 08c4c77

Please sign in to comment.