Skip to content

Commit

Permalink
Merge pull request #20694 from bernhardoj/fix/task-text-overflown
Browse files Browse the repository at this point in the history
Fix task preview text is overflown
  • Loading branch information
grgia authored Jun 27, 2023
2 parents 9604ac7 + ffad014 commit ae331c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/TaskPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function TaskPreview(props) {
return (
<PressableWithoutFeedback
onPress={() => Navigation.navigate(ROUTES.getReportRoute(props.taskReportID))}
style={[styles.flexRow, styles.justifyContentBetween]}
style={[styles.flexRow, styles.justifyContentBetween, styles.chatItemMessage]}
accessibilityRole="button"
accessibilityLabel={props.translate('newTaskPage.task')}
>
Expand Down

0 comments on commit ae331c6

Please sign in to comment.