Skip to content

Commit

Permalink
Merge pull request #7705 from sig5/fix-#7609
Browse files Browse the repository at this point in the history
Fix #7609 - Long names were cut off on mWeb in Chat headers
  • Loading branch information
Luke9389 authored Feb 14, 2022
2 parents 0b1ae30 + fbfb57d commit 5e37ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportWelcomeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ReportWelcomeText = (props) => {
const isResctrictedRoom = lodashGet(props, 'report.visibility', '') === CONST.REPORT.VISIBILITY.RESTRICTED;

return (
<Text style={[styles.mt3, styles.textAlignCenter]}>
<Text style={[styles.mt3, styles.mw100, styles.textAlignCenter]}>
{!props.shouldIncludeParticipants
? (
<>
Expand Down

0 comments on commit 5e37ec7

Please sign in to comment.