django-markdown-editor icon indicating copy to clipboard operation
django-markdown-editor copied to clipboard

Bootstrap collapse class overrides Django class

Open 13hakta opened this issue 3 years ago • 1 comments
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

  1. Define inline class class ObjectInline(GenericTabularInline): model = Object classes = ("collapse",)

  2. Bootstrap rule overrides Django css and Inline becomes not colapsed but invisible.

.collapse:not(.show) {
    display: none;
}

13hakta avatar Apr 12 '22 06:04 13hakta

Hello @13hakta , did you guys tried to upgrade the version?

pip install martor --upgrade

Hopefully this fixed in the latest version.

agusmakmun avatar Mar 29 '24 16:03 agusmakmun