Hello, I noticed that the formatting of lengthy JSON content appears to be somewhat broken. The text is extending too far to the left; I'd like it to align properly without going too far to the left. How can I accomplish this?
Here is my snippet
<CodeBlock
lineNumberContainerStyle={{
userSelect: "unset",
}}
text={content}
language="json"
showLineNumbers={false}
theme={github}
wrapLongLines
/>


Hello, I noticed that the formatting of lengthy JSON content appears to be somewhat broken. The text is extending too far to the left; I'd like it to align properly without going too far to the left. How can I accomplish this?
Here is my snippet