mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-01 18:43:22 +00:00
fix: adjust editor's margin bottom (#6371)
This commit is contained in:
parent
164933325c
commit
e01a59c772
@ -46,7 +46,7 @@ export const Document = ({
|
||||
<div
|
||||
style={{
|
||||
minHeight: `calc(100vh - 48px)`,
|
||||
}} className={'mb-36 flex h-full w-full flex-col items-center'}
|
||||
}} className={'flex h-full w-full flex-col items-center'}
|
||||
>
|
||||
<ViewMetaPreview {...viewMeta} />
|
||||
<Suspense fallback={<EditorSkeleton />}>
|
||||
|
||||
@ -28,7 +28,7 @@ const EditorEditable = ({ editor }: { editor: ReactEditor }) => {
|
||||
|
||||
return decoration || [];
|
||||
}}
|
||||
className={'outline-none w-[964px] min-w-0 max-w-full px-6 focus:outline-none'}
|
||||
className={'outline-none mb-36 w-[964px] min-w-0 max-w-full px-6 focus:outline-none'}
|
||||
renderLeaf={Leaf}
|
||||
renderElement={renderElement}
|
||||
readOnly={readOnly}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user