react-json-view
react-json-view copied to clipboard
Long word overflow
Need to add wrap.
fixed in our project with:
.react-json-view { overflow-x: auto; }
Hi, you could give this a try: https://github.com/YYsuni/react18-json-view