Skip to content

Commit

Permalink
chore(): patch editor (#2493)
Browse files Browse the repository at this point in the history
* chore(): patch editor

* chore(): enable soft wrap
  • Loading branch information
didd authored Nov 19, 2024
1 parent 7797fae commit 25dd2cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ const renderElement = (
default:
return (
<p
className={tw(`text-black dark:text-white break-words ${textAlignStyle}`)}
className={tw(`text-black dark:text-white ${textAlignStyle}`)}
style={{ overflowWrap: 'anywhere' }}
{...props.attributes}
>
{props.children}
Expand Down

0 comments on commit 25dd2cb

Please sign in to comment.