Skip to content

Line break for long strings #94

@baartch

Description

@baartch

I would like to ask, what you think about to add the CSS style overflow-wrap: anywhere; to string 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.

withoutOverflowWrap

If I add overflow-wrap: anywhere; it looks like this:
withOverflowWrap

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions