From bcd6bf7ff6ed4885f9e362764ef1d07e866f6f03 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Wed, 14 Jun 2023 00:25:36 +0800 Subject: [PATCH] fix task preview text is overflown --- src/components/ReportActionItem/TaskPreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReportActionItem/TaskPreview.js b/src/components/ReportActionItem/TaskPreview.js index 3f66c211d476..f3a6470a504b 100644 --- a/src/components/ReportActionItem/TaskPreview.js +++ b/src/components/ReportActionItem/TaskPreview.js @@ -63,7 +63,7 @@ const TaskPreview = (props) => { return ( Navigation.navigate(ROUTES.getReportRoute(props.taskReportID))} - style={[styles.flexRow, styles.justifyContentBetween]} + style={[styles.flexRow, styles.justifyContentBetween, styles.chatItemMessage]} >