fix(editor): Correct missing whitespace in JSON output (#12677)

This commit is contained in:
Marc Littlemore
2025-01-17 15:38:07 +00:00
committed by GitHub
parent f1cf516304
commit b098b19c7f

View File

@@ -258,6 +258,7 @@ const getListItemName = (path: string) => {
> span {
padding: 0 var(--spacing-5xs) 0 var(--spacing-5xs);
margin-left: var(--spacing-5xs);
white-space: pre-wrap;
}
}