From 1fcf7c13228e225fdf24dee35d150428ad32ff2e Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 30 Nov 2021 17:09:30 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EA=B4=80=EC=8B=AC=EC=9E=90=EB=A3=8C=20=EB=A7=90=EC=A4=84?= =?UTF-8?q?=EC=9E=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 95a82462..74458d5a 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1072,6 +1072,7 @@ transform: rotate(45deg);} .myinfo .contents .concern-data .list-box .list .thum {text-align: center;padding:25px 0px;border-bottom:1px solid #ddd;} .myinfo .contents .concern-data .list-box .list .text {padding:15px 30px;} .myinfo .contents .concern-data .list-box .list .text .ti {font-size:18px;font-weight: 500;min-height:60px;overflow: hidden;margin-bottom:5px;} +.myinfo .contents .concern-data .list-box .list .text .ti a {display:inline-block;width:100%;height:55px;overflow: hidden;text-overflow: ellipsis;position: relative;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .myinfo .contents .concern-data .list-box .list .text .cl {font-size:12px;color:#777;} .myinfo .contents .concern-data .list-box .list .text .cl p {margin-bottom:2px;} .myinfo .contents .concern-data .list-box .list .text .cl p span:nth-of-type(1) {font-weight: 500;margin-right:10px;}