fix width of long field value

This commit is contained in:
kPherox 2020-06-18 20:13:44 +09:00
parent bb513dd961
commit eed58a7b97
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D

View file

@ -171,7 +171,7 @@
}
.user-profile-field-value {
flex: 1 1 auto;
flex: 1 1 70%;
color: var(--text);
margin: 0 0 0 0.25em;
}