fix: missing condition for lengthy strings

This commit is contained in:
kavinkumarbaskar
2025-04-12 17:54:17 +05:30
parent 70dc1b766e
commit 1175af1074

View File

@@ -227,7 +227,7 @@ const JsonNode = memo(
)} )}
<pre <pre
className={clsx( className={clsx(
typeStyleMap.string, isError ? typeStyleMap.error : typeStyleMap.string,
"break-all whitespace-pre-wrap", "break-all whitespace-pre-wrap",
)} )}
> >