Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to set widths on keys and value to auto. #240

Open
JoshuaeKaiser opened this issue Mar 19, 2023 · 1 comment
Open

Is it possible to set widths on keys and value to auto. #240

JoshuaeKaiser opened this issue Mar 19, 2023 · 1 comment

Comments

@JoshuaeKaiser
Copy link

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.

@leezng
Copy link
Owner

leezng commented Apr 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants