Skip to content

Commit

Permalink
Update InlinedDataframeList.tsx (#1467)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathijs de Bruin <[email protected]>
  • Loading branch information
hayescode and dokterbob authored Oct 31, 2024
1 parent 67de9c7 commit 389ef8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const InlinedDataframeList = ({ items }: Props) => (
key={i}
style={{
height: 450,
maxWidth: '650px'
maxWidth: 'fit-content'
}}
>
<DataframeElement element={element} />
Expand Down

0 comments on commit 389ef8c

Please sign in to comment.