tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

Easy way to make wrapping look great #174

Open whitneyland opened 6 years ago

whitneyland commented 6 years ago

I don't think there's any way to use CSS to get wrapped text to left align properly, but after some searching it looks like this might be an option: https://codemirror.net/demo/indentwrap.html

Maybe it's just my preference, just an idea...

tulios commented 6 years ago

Current behavior:

screen shot 2017-10-23 at 17 42 42

Desired behavior:

screen shot 2017-10-23 at 17 48 24