Skip to content

Commit

Permalink
add vertical space around user email
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Sep 9, 2024
1 parent 32ee50f commit 155a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/conversations/_conversation_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= render "conversation_list_item", conversation:, selected: %>
<% end %>
</div>
<div class="w-full text-sm font-bold text-center my-1">
<div class="w-full text-sm font-bold text-center my-5">
<%= @current_user.email %>
</div>
<% if current_user.admin? %>
Expand Down

0 comments on commit 155a156

Please sign in to comment.