thomas4019 / expressa

API creation middleware with an admin interface
MIT License
439 stars 27 forks source link

fix: make edit json textarea expandable #165

Closed ikushum closed 3 years ago

ikushum commented 3 years ago

This PR will make sure we can expand the below text area and make our changes more effectively.

image

ps- To make the Textarea resizable, I had to remove the default je-edit-json--textarea class because it had height and width property which I could not reset. Even auto did not work.

kane-mason commented 3 years ago

@ikushum will merge but possible worth fixing in the json-editor repo at some point