Skip to content

Commit b7fa637

Browse files
authored
Fix hide (#980)
1 parent 31c40f8 commit b7fa637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/src/components/dropdown/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</a>
1616
<% } else if let DropdownValue::Text(text) = value { %>
1717
<button
18-
class="horizontal-hide btn btn-dropdown dropdown-toggle <% if collapsable { %> leftnav-collapse-affect <% } %>"
18+
class="horizontal-hide btn btn-dropdown dropdown-toggle expanded <% if collapsable { %>leftnav-collapse-affect<% } %>"
1919
role="button"
2020
data-bs-toggle="dropdown"
2121
data-bs-offset="<%= offset %>"

0 commit comments

Comments
 (0)