I experienced a visual bug as soon as I started using this package, this is what my UI look like without it:
And now, after using the JSONEditorWidget in my admin.py
Basically, the UI looks resized, smaller, as if I had zoomed out. Probably a bad CSS rule applying undesired styles on the whole page instead of a sub element or something.
I experienced a visual bug as soon as I started using this package, this is what my UI look like without it:
And now, after using the
JSONEditorWidget
in myadmin.py
Basically, the UI looks resized, smaller, as if I had zoomed out. Probably a bad CSS rule applying undesired styles on the whole page instead of a sub element or something.
Using Python 3.6, Django 2.1.7