andypf / json-viewer

MIT License
26 stars 1 forks source link

Property value sometime is not fit to the div/window #7

Closed kokins closed 2 months ago

kokins commented 2 months ago

There are some moments when is needed to place big line of letter and number, without spaces and dashes to a propery of JSON. In this case unfotunetly no break happens at all and div overflows. The option word-break: break-all could easily fix that, but I dont' understand where to place it from outside of the module.

image

andypf commented 2 months ago

fixed with