chore: format
This commit is contained in:
parent
4bd4141b54
commit
e490407dd5
225 changed files with 924 additions and 844 deletions
|
|
@ -110,7 +110,7 @@ export default function Content({
|
|||
let imageIndex = 0
|
||||
return (
|
||||
<>
|
||||
<div ref={contentRef} className={cn('text-wrap break-words whitespace-pre-wrap', className)}>
|
||||
<div ref={contentRef} className={cn('whitespace-pre-wrap text-wrap break-words', className)}>
|
||||
{nodes.map((node, index) => {
|
||||
if (node.type === 'text') {
|
||||
return node.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue