-
-
Notifications
You must be signed in to change notification settings - Fork 43
Line break for long strings #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
You re correct. I will fix it later |
The source code is here json-viewer/src/stores/typeRegistry.tsx Lines 201 to 239 in 1da2b1f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to ask, what you think about to add the CSS style
overflow-wrap: anywhere;
tostring
values.If I have very long strings without spaces, the JSON viewer will stretch accordingly. And the part that is larger than the parent is hidden. I am not very happy about this behaviour.
If I add

overflow-wrap: anywhere;
it looks like this:I added the CSS property directly in the Developer Tools of the browser. I wasn't able to find the right place in the source code.
What do you think about this?
The text was updated successfully, but these errors were encountered: