Remove usages of the top-bar-right class

This is one of Foundation's classes that only applies when its
parent element is a flex container, which isn't the case here since
commit dcec003d0.
This commit is contained in:
Javi Martín
2023-01-27 21:57:51 +01:00
parent 3e5039d72c
commit 70161720a0
5 changed files with 17 additions and 27 deletions

View File

@@ -29,9 +29,7 @@
<% if show_account_menu? %>
<div id="responsive_menu">
<div class="top-bar-right">
<%= render Layout::AccountMenuComponent.new(user) %>
</div>
<%= render Layout::AccountMenuComponent.new(user) %>
</div>
<% end %>
</div>