Skip to content

Commit c210828

Browse files
Fix: Workbench drop down menu is cut off on the right. (#1066)
* Fix: Workbench drop down is cut off on the right. * Revert custom CSS Update Dropdown menu class --------- Co-authored-by: Chandra Y <[email protected]>
1 parent 9934c54 commit c210828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/portal/templates/includes/nav_portal.raw.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<span>{{ user.get_username }}</span>
2626
<span class="sr-only">Toggle Dropdown</span>
2727
</a>
28-
<nav class="dropdown-menu dropdown-menu-right">
28+
<nav class="dropdown-menu dropdown-menu-end">
2929
<a class="dropdown-item" href="{% url 'workbench:dashboard' %}">
3030
<i class="icon icon-dashboard"></i> My Dashboard
3131
</a>

0 commit comments

Comments
 (0)