Skip to content

Commit

Permalink
Fix logged in user style in RTL (#15108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Feb 1, 2024
1 parent cd25934 commit b9aa25b
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 b9aa25b

Please sign in to comment.