-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'filter_horizontal' set from admin looks "funny" #49
Comments
You can try updating jet reboot to the latest version 1.3.2 which also addresses this issue. |
Hello I am on the latest version and the field is still messed up so that is almost impossible to select a specific value. |
Meanwhile it looks as expected (box with selected items in it and long drop down selection menu when clicking on the box) with version 1.3.3 while running the django localhost server but in production with nginx, gunicorn, supervisor setup, the many to many fields are still squished together as seen on the picture posted by @adhdisdev |
Hi @LuxsSoft! |
So I have a many to many field and passed 'filter_horizontal' in the admin and registered it, and it looks clumsy.
https://imgur.com/a/DxN1cpR
In the default admin it looks fine, but here it's just as the screenshot.
If you need any information ask for it and I'll include it ASAP.
Thank you for your time!
The text was updated successfully, but these errors were encountered: