Skip to content

Incompatibility with django-bootstrap-admin #66

@belonesox

Description

@belonesox

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions