nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.
https://jsonschemalint.com
MIT License
80 stars 31 forks source link

Document text window could be bigger. #58

Open eliasgruenewald opened 4 years ago

eliasgruenewald commented 4 years ago

https://github.com/nickcmaynard/jsonschemalint/blob/46b9b5ac532578b3313f7b786ab32c3d40a14b4d/src/css/main.css#L13

I am working on a larger document, and I changed the document-text height to 700px, but one could also use 70% or, maybe the best option, make the textarea resizable for custom displays:

  resize: both;
  overflow: auto;

Thanks for this great tool - it serves as a very nice helper!