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

(cherry picked from commit b70686d)
  • Loading branch information
mountiny authored and OSBotify committed Nov 27, 2023
1 parent a93a1a5 commit 8d471b3
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 8d471b3

Please sign in to comment.