Skip to content

Commit

Permalink
feat: ui adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo committed Sep 12, 2023
1 parent 4a6f21d commit c068821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="dropdown-item">
<div class="d-flex align-items-center">
<span class="flex-shrink-0"><i class="ri-user-line ri-2x"></i></span>
<div class="flex-grow-1 ms-2">
<div class="flex-grow-1 ms-2 lh-sm">
{% if user.get_username %}
<span>{{ user|forum_member_display_name }}</span>
<br>
Expand Down

0 comments on commit c068821

Please sign in to comment.