Skip to content

Commit 7dbc49c

Browse files
committed
fix: adjust mobile loader styling to fit editor width
1 parent f1aa7fd commit 7dbc49c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webapp/components/pages/document/components/EditorContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useEffect, useMemo, useRef } from 'react'
77

88
const RenderLoader = ({ className }: { className?: string }) => {
99
return (
10-
<div className={twMerge('ProseMirror tiptap__editor', className)}>
10+
<div className={twMerge('ProseMirror tiptap__editor w-full', className)}>
1111
<DocumentSimpleLoader className="heading !h-auto" level="1" />
1212
<DocumentWithPictureLoader className="heading !h-auto" level="1" />
1313
<DocumentSimpleLoader className="heading !h-auto" level="1" />

0 commit comments

Comments
 (0)