We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebf03c commit 1037dcbCopy full SHA for 1037dcb
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx
@@ -30,15 +30,12 @@ export const DatabaseBlock = createReactBlockSpec(
30
render: ({ block, editor }) => {
31
return (
32
<Box
33
- $padding="1rem"
34
- $gap="0.625rem"
35
style={{
36
flexGrow: 1,
37
flexDirection: 'row',
38
width: '100%',
39
}}
40
>
41
- <Box as="div" />
42
{block.props.documentId && block.props.tableId ? (
43
<Box style={{ height: '100%', width: '100%' }}>
44
<DatabaseGrid
0 commit comments