From 652bad68fc9accad4251c719b357f69b3ad71723 Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 30 Nov 2021 17:52:26 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=90=EC=97=94=EC=97=90=EC=9D=B4=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 92b8af0f..0364cc66 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1405,7 +1405,7 @@ transform: rotate(45deg);} .view-body .attachments li a:hover {background:url(/images/icon/icon-attach-hover.png) no-repeat left center;color: #000;} .view-body .attachments li a em {color: #999;} .view-body .answer {padding: 30px 0px;color: #666;border-bottom: 1px solid #ddd;border-top:1px solid #333;background: #f6f6f6;margin-top: 20px;} -.view-body .answer .answer-top {font-size: 16px;color: #2781c1;padding:0px 2% 25px;border-bottom: 1px solid #ddd;display:inline-block;width:100%} +.view-body .answer .answer-top {font-size: 16px;color: #2781c1;padding:0px 2% 25px;border-bottom: 1px solid #ddd;display:inline-block;width:96%} .view-body .answer .answer-top .left {float:left;color:#333;font-weight: 400;} .view-body .answer .answer-top .right {float:right;color:#333;} .view-body .answer .answer-con {padding: 20px 30px;}