diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-11-20 19:25:11 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-11-20 19:26:04 +0900 |
| commit | bfdf7c876c015beb2748cf709d27b9f66df3fe61 (patch) | |
| tree | e7121e3ffebc7634162165378c8fb83f255b461c /src/components | |
| parent | a15baa8962a14dd8d0d3f72695be8b677a78b606 (diff) | |
Change field name to right justify
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 0268e5da..5bffba3a 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -158,6 +158,7 @@ .user-profile-field-name { flex: 0 0 auto; font-weight: 500; + text-align: right; color: var(--lightText); width: 30%; min-width: 120px; |
