Skip to content

Commit

Permalink
Make long words wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jan 31, 2024
1 parent f7a14ac commit 28abc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const TextAreaRichText: React.FC<ITextAreaRichTextProps> = (props) => {
editable: !isDisabled,
editorProps: {
attributes: {
class: 'outline-none p-4 prose prose-neutral min-h-[144px] h-full max-w-none',
class: 'outline-none p-4 ![overflow-wrap:anywhere] prose prose-neutral min-h-[144px] h-full max-w-none',
role: 'textbox',
'aria-labelledby': processedId,
},
Expand Down

0 comments on commit 28abc72

Please sign in to comment.