I have simple web form to collect data from a user. In my particular case i'm making use of the JSON field to collect a custom data structure.
Is it possible to change the height/size of a JSON field?
I have simple web form to collect data from a user. In my particular case i'm making use of the JSON field to collect a custom data structure.
Is it possible to change the height/size of a JSON field?
Add the following CSS rule to your stylesheet:
Now the JSON edition field widget will match the height of the serialized JSON!