Skip to content

Commit

Permalink
Merge pull request #31880 from saranshbalyan-1234/fix-regression-long…
Browse files Browse the repository at this point in the history
…-workspace-name

[CP Staging] Fix regression in workspace name
  • Loading branch information
mountiny authored Nov 27, 2023
2 parents 0c125f9 + 30f1b48 commit b70686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function ReportDetailsPage(props) {
fullTitle={chatRoomSubtitle}
tooltipEnabled
numberOfLines={1}
textStyles={[styles.sidebarLinkText, styles.textLabelSupporting, styles.pre, styles.mt1]}
textStyles={[styles.sidebarLinkText, styles.textLabelSupporting, styles.pre, styles.mt1, styles.textAlignCenter]}
shouldUseFullTitle
/>
) : null;
Expand Down

0 comments on commit b70686d

Please sign in to comment.