joaomede / vue3-json-editor

A jsoneditor of vue 3 (next) - (fork vue-json-editor)
ISC License
45 stars 29 forks source link

I am unable to give height to editor #32

Open yedidisatya opened 6 months ago

Huskie1127 commented 6 months ago

:deep( .ace_editor ) { min-height: 25vh; } Here's how I use it

chrney commented 2 months ago

Did not work for me, at least not when switching from "tree mode" to "text mode". Any other ideas?