django-markdown-editor
django-markdown-editor copied to clipboard
Bootstrap collapse class overrides Django class
trafficstars
Details
- OS (Operating System) version: Debian Bullseye
- Browser and browser version: Chrome 100
- Django version: 3.2
- Martor version & theme: 1.6.13
Steps to reproduce
-
Define inline class class ObjectInline(GenericTabularInline): model = Object classes = ("collapse",)
-
Bootstrap rule overrides Django css and Inline becomes not colapsed but invisible.
.collapse:not(.show) {
display: none;
}
Hello @13hakta , did you guys tried to upgrade the version?
pip install martor --upgrade
Hopefully this fixed in the latest version.