diff --git a/src/app/components/StyledDescriptionList/index.tsx b/src/app/components/StyledDescriptionList/index.tsx index 821576bc25..60ba82af4e 100644 --- a/src/app/components/StyledDescriptionList/index.tsx +++ b/src/app/components/StyledDescriptionList/index.tsx @@ -59,6 +59,7 @@ export const StyledDescriptionList = styled(InlineDescriptionList, { }, dd: { color: COLORS.brandExtraDark, + overflowWrap: 'anywhere', }, ...(standalone && { '&&': { diff --git a/src/app/pages/TransactionDetailPage/index.tsx b/src/app/pages/TransactionDetailPage/index.tsx index c95b650a92..b7f068b4dc 100644 --- a/src/app/pages/TransactionDetailPage/index.tsx +++ b/src/app/pages/TransactionDetailPage/index.tsx @@ -387,13 +387,7 @@ export const TransactionDetailView: FC<{ <>