aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2019-11-20 19:25:11 +0900
committerkPherox <admin@mail.kr-kp.com>2019-11-20 19:26:04 +0900
commitbfdf7c876c015beb2748cf709d27b9f66df3fe61 (patch)
treee7121e3ffebc7634162165378c8fb83f255b461c /src/components/user_profile
parenta15baa8962a14dd8d0d3f72695be8b677a78b606 (diff)
Change field name to right justify
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue1
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;