Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5364'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 2, 2024
2 parents 79baa2d + 0babf98 commit aa4354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<% if current_user.new_messages.size > 0 %>
<span class="badge count-number position-static m-1"><%= current_user.new_messages.size %></span>
<% end %>
<span class='username align-middle text-truncate'>
<span class='username align-middle text-truncate' dir='auto'>
<%= current_user.display_name %>
</span>
</button>
Expand Down

0 comments on commit aa4354b

Please sign in to comment.