mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.42k stars 530 forks source link

Long word overflow #443

Open happylolonly opened 1 year ago

happylolonly commented 1 year ago

Need to add wrap.

image
happylolonly commented 1 year ago

fixed in our project with: .react-json-view { overflow-x: auto; }

image
YYsuni commented 1 year ago

Hi, you could give this a try: https://github.com/YYsuni/react18-json-view image