From 4ef80a151e0ded93519a41783e5e9cfeb59509af Mon Sep 17 00:00:00 2001 From: khk Date: Mon, 6 Jan 2020 11:17:01 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20line-height?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/lib/components/profile.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss index 9d27947e..dad02152 100644 --- a/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss +++ b/projects/ucap-webmessenger-ui-profile/src/lib/components/profile.component.scss @@ -92,6 +92,10 @@ margin-top: 120px; span { @include ellipsis(1); + &.name { + font-size: 1.2em; + line-height: 1.4em; + } &.number { font-size: 0.8em; } @@ -105,6 +109,7 @@ @include ellipsis(1); &.deptName { font-size: 1.2em; + line-height: 1.4em; } } }