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 56a254e commit f0c5d97Copy full SHA for f0c5d97
src/lib/svelte-json-tree/SvelteJsonTree/Root.svelte
@@ -89,4 +89,7 @@
89
div :global(.operator) {
90
color: var(--operator-color);
91
}
92
+ span {
93
+ white-space: pre-wrap;
94
+ }
95
</style>
0 commit comments