Skip to content

Commit

Permalink
Fix logged in user style in RTL (OrchardCMS#15108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored and urbanit committed Mar 18, 2024
1 parent 853fb32 commit bd35228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<li>
<h6 class="dropdown-header">
@T["Signed in as"]<span class="ms-1 font-weight-bold">@User.Identity.Name</span>
@T["Signed in as"] <span class="font-weight-bold">@User.Identity.Name</span>
</h6>
</li>
<li>
Expand Down

0 comments on commit bd35228

Please sign in to comment.