Hi,
When passing a JSON with very long attribute value(s), the value will be written outside the viewer widget container.
Can you please fix this by applying the style word-wrap: break-word; to the JSONPrettyFormatWrapper container?
Thanks in advance.
Hi Rob, how are you?
First of all, i really apologize for not answer you sooner. I didn't realized that i had an open question.
The latest version is already addressing that issue with the following CSS:
.json-string { color: #0B7500; white-space: normal; }
Can you please give it a try?