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 3b9d8aa commit 0c83376Copy full SHA for 0c83376
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx
@@ -61,7 +61,6 @@ export const DatabaseBlock = createReactBlockSpec(
61
style={{
62
flexGrow: 1,
63
flexDirection: 'row',
64
- height: '500px',
65
width: '100%',
66
}}
67
>
@@ -78,6 +77,7 @@ export const DatabaseBlock = createReactBlockSpec(
78
77
rowData={rowData}
79
columnDefs={colDefs}
80
defaultColDef={defaultColDef}
+ domLayout="autoHeight"
81
/>
82
</Box>
83
0 commit comments