From eed58a7b97bc8c6cddfd367c8d49972a96dfd08e Mon Sep 17 00:00:00 2001 From: kPherox Date: Thu, 18 Jun 2020 20:13:44 +0900 Subject: [PATCH] fix width of long field value --- src/components/user_profile/user_profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }