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 9e2853c commit a69c402Copy full SHA for a69c402
src/components/JsonViewer/style.ts
@@ -9,6 +9,7 @@ export const jsonStyles = css`
9
font-size: ${props => props.theme.typography.code.fontSize};
10
11
white-space: ${({ theme }) => (theme.typography.code.wrap ? 'pre-wrap' : 'pre')};
12
+ contain: content;
13
overflow-x: auto;
14
15
.callback-function {
0 commit comments