diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index ccd7c794..361a3b5c 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -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; }