vue-json-pretty
vue-json-pretty copied to clipboard
Is it possible to set widths on keys and value to auto.
Is it possible to set widths on keys and value to auto. Essentially meaning key values and values themselves dont stack if their width exceeds that of the container. I wish to set an overflow x scroll to the container and allow the user to scroll to the right to see the rest of a property thats to large to fit the parent container.
I think this should be a css issue on the consuming side.
You can add a style so that each node does not wrap, set a fixed width for the container, and add overflow, it should be fine.