Skip to content

Commit 0c83376

Browse files
anaisbergSimonClo
authored andcommitted
💄 automatic height
1 parent 3b9d8aa commit 0c83376

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export const DatabaseBlock = createReactBlockSpec(
6161
style={{
6262
flexGrow: 1,
6363
flexDirection: 'row',
64-
height: '500px',
6564
width: '100%',
6665
}}
6766
>
@@ -78,6 +77,7 @@ export const DatabaseBlock = createReactBlockSpec(
7877
rowData={rowData}
7978
columnDefs={colDefs}
8079
defaultColDef={defaultColDef}
80+
domLayout="autoHeight"
8181
/>
8282
</Box>
8383
</Box>

0 commit comments

Comments
 (0)