We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c40f8 commit b7fa637Copy full SHA for b7fa637
pgml-dashboard/src/components/dropdown/template.html
@@ -15,7 +15,7 @@
15
</a>
16
<% } else if let DropdownValue::Text(text) = value { %>
17
<button
18
- class="horizontal-hide btn btn-dropdown dropdown-toggle <% if collapsable { %> leftnav-collapse-affect <% } %>"
+ class="horizontal-hide btn btn-dropdown dropdown-toggle expanded <% if collapsable { %>leftnav-collapse-affect<% } %>"
19
role="button"
20
data-bs-toggle="dropdown"
21
data-bs-offset="<%= offset %>"
0 commit comments