Bootstrap 5: Use dropdown-menu-end for dropdown alignment
This commit is contained in:
parent
2b97658786
commit
6078e2f68e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<div class='dropdown-menu dropdown-menu-right'>
|
<div class='dropdown-menu dropdown-menu-end'>
|
||||||
<%= link_to t("users.show.my_dashboard"), dashboard_path, :class => "dropdown-item" %>
|
<%= link_to t("users.show.my_dashboard"), dashboard_path, :class => "dropdown-item" %>
|
||||||
<%= link_to inbox_messages_path, :class => "dropdown-item" do %>
|
<%= link_to inbox_messages_path, :class => "dropdown-item" do %>
|
||||||
<%= t("users.show.my messages") %>
|
<%= t("users.show.my messages") %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue