Skip to content

Commit

Permalink
Merge pull request #23571 from varshamb/fix-19359-truncate-wsname
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Jul 26, 2023
2 parents 3dd1630 + 58cf115 commit 4f10325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/QRShare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class QRShare extends Component {
<Text
family="EXP_NEUE_BOLD"
fontSize={variables.fontSizeLabel}
numberOfLines={1}
style={styles.mt1}
numberOfLines={2}
style={[styles.mt1, styles.textAlignCenter]}
color={defaultTheme.textSupporting}
>
{this.props.subtitle}
Expand Down

0 comments on commit 4f10325

Please sign in to comment.