diff --git a/src/components/EReceipt.js b/src/components/EReceipt.js index e6b3a9809c7e..84daabb96c9b 100644 --- a/src/components/EReceipt.js +++ b/src/components/EReceipt.js @@ -59,7 +59,7 @@ function EReceipt({transaction, transactionID}) { - + {currency} diff --git a/src/styles/styles.ts b/src/styles/styles.ts index d4fbab736ea0..6346cc42e03f 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -3339,16 +3339,12 @@ const styles = (theme: ThemeDefault) => eReceiptAmountLarge: { ...headlineFont, fontSize: variables.fontSizeEReceiptLarge, - lineHeight: variables.lineHeightXXLarge, - wordBreak: 'break-word', textAlign: 'center', }, eReceiptCurrency: { ...headlineFont, fontSize: variables.fontSizeXXLarge, - lineHeight: variables.lineHeightXXLarge, - wordBreak: 'break-all', }, eReceiptMerchant: { diff --git a/src/styles/variables.ts b/src/styles/variables.ts index e7efcf4052d4..ea0af11d1b7a 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -167,6 +167,7 @@ export default { eReceiptWordmarkWidth: 86, eReceiptBGHeight: 540, eReceiptBGHWidth: 335, + eReceiptTextContainerWidth: 263, reportPreviewMaxWidth: 335, reportActionImagesSingleImageHeight: 147, reportActionImagesDoubleImageHeight: 138,