Remove unnecessary scroll bar
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user