Change field name to right justify

This commit is contained in:
kPherox 2019-11-20 19:25:11 +09:00
parent a15baa8962
commit bfdf7c876c
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D

View file

@ -158,6 +158,7 @@
.user-profile-field-name {
flex: 0 0 auto;
font-weight: 500;
text-align: right;
color: var(--lightText);
width: 30%;
min-width: 120px;