admin: fix categories in sidebar being collapsible
This commit is contained in:
		@ -58,7 +58,7 @@
 | 
				
			|||||||
                        {% trans 'Property Mappings' %}
 | 
					                        {% trans 'Property Mappings' %}
 | 
				
			||||||
                    </a>
 | 
					                    </a>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li class="pf-c-nav__item pf-m-expandable pf-m-expanded">
 | 
					                <li class="pf-c-nav__item pf-m-expanded">
 | 
				
			||||||
                    <a href="#" class="pf-c-nav__link" aria-expanded="true">{% trans 'Flows' %}
 | 
					                    <a href="#" class="pf-c-nav__link" aria-expanded="true">{% trans 'Flows' %}
 | 
				
			||||||
                        <span class="pf-c-nav__toggle">
 | 
					                        <span class="pf-c-nav__toggle">
 | 
				
			||||||
                            <i class="fas fa-angle-right" aria-hidden="true"></i>
 | 
					                            <i class="fas fa-angle-right" aria-hidden="true"></i>
 | 
				
			||||||
@ -99,7 +99,7 @@
 | 
				
			|||||||
                        </ul>
 | 
					                        </ul>
 | 
				
			||||||
                    </section>
 | 
					                    </section>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li class="pf-c-nav__item pf-m-expandable pf-m-expanded">
 | 
					                <li class="pf-c-nav__item pf-m-expanded">
 | 
				
			||||||
                    <a href="#" class="pf-c-nav__link" aria-expanded="true">{% trans 'Policies' %}
 | 
					                    <a href="#" class="pf-c-nav__link" aria-expanded="true">{% trans 'Policies' %}
 | 
				
			||||||
                        <span class="pf-c-nav__toggle">
 | 
					                        <span class="pf-c-nav__toggle">
 | 
				
			||||||
                            <i class="fas fa-angle-right" aria-hidden="true"></i>
 | 
					                            <i class="fas fa-angle-right" aria-hidden="true"></i>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user