react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Long word overflow

Open happylolonly opened this issue 2 years ago • 2 comments

Need to add wrap.

image

happylolonly avatar Apr 19 '23 13:04 happylolonly

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

image

happylolonly avatar Apr 19 '23 15:04 happylolonly

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

YYsuni avatar Aug 23 '23 13:08 YYsuni