diff options
| author | kPherox <admin@mail.kr-kp.com> | 2020-06-18 20:13:44 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2020-06-18 20:13:44 +0900 |
| commit | eed58a7b97bc8c6cddfd367c8d49972a96dfd08e (patch) | |
| tree | c0d900ce014a4fb76f66939f69639823dc8ed75e | |
| parent | bb513dd9615759668ae216042a85ca0d8f087fa0 (diff) | |
fix width of long field value
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
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; } |
