Skip to content

Commit

Permalink
Merge pull request #6381 from samvera/user_links_sidebar_fixes
Browse files Browse the repository at this point in the history
Fix user links menu running off right side of page
  • Loading branch information
dlpierce authored Oct 25, 2023
2 parents ef0d780 + 8598bae commit abff96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span><%= current_user.name %></span>
<span class="sr-only"> <%= t("hyrax.toolbar.profile.sr_target") %></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<%= link_to "My Profile", hyrax.dashboard_profile_path(current_user), class: 'dropdown-item' %>
<%= link_to t("hyrax.toolbar.dashboard.menu"), hyrax.dashboard_path, class: "dropdown-item" %>
<div class="dropdown-divider"></div>
Expand Down

0 comments on commit abff96f

Please sign in to comment.