Use a consistent alignment for all text items in a list (#8276)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b760ec9392
commit
f648140d0c
4 changed files with 10 additions and 8 deletions
|
@ -1444,7 +1444,7 @@ const UserInfoHeader: React.FC<{
|
|||
<div>
|
||||
<h2>
|
||||
{ e2eIcon }
|
||||
<span title={displayName} aria-label={displayName}>
|
||||
<span title={displayName} aria-label={displayName} dir="auto">
|
||||
{ displayName }
|
||||
</span>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue