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 2bfae38 commit 35069d4Copy full SHA for 35069d4
src/mdx-components.tsx
@@ -44,7 +44,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
44
);
45
},
46
table: (props: JSX.IntrinsicElements["table"]) => (
47
- <TableContainer sx={{ marginBlock: 4 }}>
+ <TableContainer sx={{ marginBlock: 4, width: 'auto' }}>
48
<Table {...props} />
49
</TableContainer>
50
),
0 commit comments