You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Override your model's css with this code in admin.py: class Media: css = { 'all': ('path_to_your_custom_css/custom.css') }
Track each and every foreign key field class and add this css rule: .field-1, .field-2, .field-3 { overflow: hidden !important; }
I also noticed an additional bug concerning the unordered lists. The chosen symbol does not appear. Also solved with this code: .fr-view ul li { list-style-type:unset !important; }
Finally the labels above each froala editor seem to have some problems... label{ margin-bottom: 15px; white-space: nowrap; }
This breaks the UI when you have drop downs in the django admin.
The text was updated successfully, but these errors were encountered: