diff --git a/packages/ui/src/components/paragraph/paragraph.css.ts b/packages/ui/src/components/paragraph/paragraph.css.ts index 036bb1d..e6b5999 100644 --- a/packages/ui/src/components/paragraph/paragraph.css.ts +++ b/packages/ui/src/components/paragraph/paragraph.css.ts @@ -5,6 +5,7 @@ import { typography } from '../../foundations/typography'; export const paragraphStyle = recipe({ base: { whiteSpace: 'pre-wrap', + wordBreak: 'break-all', }, variants: { color: colorsMap,