diff --git a/src/pages/inbox/report/ReportActionItemMessageEdit.tsx b/src/pages/inbox/report/ReportActionItemMessageEdit.tsx index ac421a99ea121..35ec68e2b8dd7 100644 --- a/src/pages/inbox/report/ReportActionItemMessageEdit.tsx +++ b/src/pages/inbox/report/ReportActionItemMessageEdit.tsx @@ -534,7 +534,7 @@ function ReportActionItemMessageEdit({ onKeyPress={triggerSaveOrCancel} value={draft} maxLines={shouldUseNarrowLayout ? CONST.COMPOSER.MAX_LINES_SMALL_SCREEN : CONST.COMPOSER.MAX_LINES} // This is the same that slack has - style={[styles.textInputCompose, styles.flex1, styles.bgTransparent]} + style={[styles.textInputCompose, styles.flex1, styles.bgTransparent, styles.textAlignLeft]} onFocus={() => { setIsFocused(true); if (textInputRef.current) {