[TV앱테스트] Home / Category / Category Icon / 텍스트 하단 잘려서 표시됨

[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2040
 
[DESC]
 - 카테고리명부분의 높이값을 line-height에 맞춰서 늘림.
 - 상단 마진값 조절
This commit is contained in:
junghoon86.park
2024-03-27 16:47:28 +09:00
parent 5bc65233d7
commit 78b1a78943

View File

@@ -11,7 +11,7 @@
div {
.flex();
.size(@w: 94px, @h: 94px);
margin-bottom: 18px;
margin-bottom: 12px;
border-radius: 48px;
background-color: @COLOR_GRAY08;
border: 2px solid @COLOR_GRAY08;
@@ -84,9 +84,10 @@
}
strong {
height: 60px;
height: 68px;
margin-bottom: 12px;
width: 100%;
line-height: 34px;
.elip(@clamp:2);
}