Skip to content

Commit f0c5d97

Browse files
committed
fix whitespace display
1 parent 56a254e commit f0c5d97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/svelte-json-tree/SvelteJsonTree/Root.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,7 @@
8989
div :global(.operator) {
9090
color: var(--operator-color);
9191
}
92+
span {
93+
white-space: pre-wrap;
94+
}
9295
</style>

0 commit comments

Comments
 (0)