Skip to content

Commit

Permalink
Merge pull request #27279 from akinwale/task-26396
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Sep 15, 2023
2 parents 4657697 + eeac8a2 commit ab5d4c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ function ReportActionItem(props) {
needsOffscreenAlphaCompositing={ReportActionsUtils.isMoneyRequestAction(props.action)}
>
{isWhisper && (
<View style={[styles.flexRow, styles.pl5, styles.pt2]}>
<View style={[styles.flexRow, styles.pl5, styles.pt2, styles.pr3]}>
<View style={[styles.pl6, styles.mr3]}>
<Icon
src={Expensicons.Eye}
Expand All @@ -615,7 +615,7 @@ function ReportActionItem(props) {
displayNamesWithTooltips={displayNamesWithTooltips}
tooltipEnabled
numberOfLines={1}
textStyles={[styles.chatItemMessageHeaderTimestamp]}
textStyles={[styles.chatItemMessageHeaderTimestamp, styles.flex1]}
shouldUseFullTitle={isWhisperOnlyVisibleByUser}
/>
</View>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/utilities/spacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ export default {
paddingRight: 8,
},

pr3: {
paddingRight: 12,
},

pr4: {
paddingRight: 16,
},
Expand Down

0 comments on commit ab5d4c4

Please sign in to comment.