Remove unnecessary scroll bar

This commit is contained in:
David Corbitt
2023-06-28 15:59:49 -07:00
parent 8f8e8121d1
commit 99ca8bec25

View File

@@ -72,9 +72,12 @@ export default function OutputCell({
return ( return (
<Box fontSize="xs" width="100%" flexWrap="wrap" overflowX="auto"> <Box fontSize="xs" width="100%" flexWrap="wrap" overflowX="auto">
<SyntaxHighlighter <SyntaxHighlighter
customStyle={{ overflowX: "unset" }}
language="json" language="json"
style={docco} style={docco}
lineProps={{style: {wordBreak: 'break-all', whiteSpace: 'pre-wrap'}}} lineProps={{
style: { wordBreak: "break-all", whiteSpace: "pre-wrap" },
}}
wrapLines wrapLines
> >
{stringify( {stringify(