aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2020-06-18 20:13:44 +0900
committerkPherox <admin@mail.kr-kp.com>2020-06-18 20:13:44 +0900
commiteed58a7b97bc8c6cddfd367c8d49972a96dfd08e (patch)
treec0d900ce014a4fb76f66939f69639823dc8ed75e /src
parentbb513dd9615759668ae216042a85ca0d8f087fa0 (diff)
fix width of long field value
Diffstat (limited to 'src')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
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;
}