abogushov / django-admin-json-editor

Adds json-editor for JSONField in Django Administration
MIT License
173 stars 61 forks source link

UI is resized when using this package #25

Closed Vadorequest closed 4 years ago

Vadorequest commented 5 years ago

I experienced a visual bug as soon as I started using this package, this is what my UI look like without it:

greenshot 2019-03-07 11 18 10

And now, after using the JSONEditorWidget in my admin.py image

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

Yureien commented 5 years ago

Did you ever find a fix for this?

Vadorequest commented 5 years ago

I never looked into it, and I'm not using this plugin anymore so I won't.

xrmx commented 4 years ago

This should be fixed in master

xrmx commented 4 years ago

And now in 0.2.2, closing.