mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
UI: Center text in the avatars (#581)
This commit is contained in:
parent
abc58e7482
commit
b24ee67bbb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ template(name="userAvatar")
|
|||
|
||||
template(name="userAvatarInitials")
|
||||
svg.avatar.avatar-initials(viewBox="0 0 {{viewPortWidth}} 15")
|
||||
text(x="0" y="13")= initials
|
||||
text(x="50%" y="13" text-anchor="middle")= initials
|
||||
|
||||
template(name="userPopup")
|
||||
.board-member-menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue