Skip to content
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

Incompatibility with django-bootstrap-admin #66

Open
belonesox opened this issue Jul 4, 2021 · 0 comments
Open

Incompatibility with django-bootstrap-admin #66

belonesox opened this issue Jul 4, 2021 · 0 comments

Comments

@belonesox
Copy link

Because of hardcoding CSS rules like that

margin-left: -16em !important;

when rangefilter used in admin panels with attributes in sidebar, DatePicker goes out of left margin of screen, loosing «Mondays» and selector for previous months.

image

And this even cannot be fixed in application templates in
«{% block extrastyle %}»
because this CSS inlining with «!important».

I have to fork it, to fix by commenting these rules, but I hope, the author can provide better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants