aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 23:55:34 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 23:55:34 +0300
commit33d92f9b16267415d1e62285a4f305ae10baf489 (patch)
tree2e472b63819b2e24dc6b0354bc6ab9f3dcfa9458 /src/components/user_profile
parent7f513fe46fbf631190445b21b7cb4b7cb431d019 (diff)
relative units in line-height + some cleanup
Diffstat (limited to 'src/components/user_profile')
-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 f1e3cb72..67966ff4 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -176,7 +176,7 @@
}
.user-profile-field-name, .user-profile-field-value {
- line-height: 18px;
+ line-height: 1.3;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;