How to use GalleryFormMediaMixin so it won't affect original css styles? #46
Unanswered
mateusz-grzegorzek
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's a known issue as listed in the docs. And I must say sorry I currently have no idea of how to fix that, though it only overrides the css styling of models related to galleryfield. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
When I use
GalleryFormMediaMixin
like below
class MyModelForm(GalleryFormMediaMixin, forms.ModelForm):
all my original Admin Panel styling is overwritten.
Could you help me with fixing it?
Beta Was this translation helpful? Give feedback.
All reactions