From 1c56bd4c472f87d68e1d4826a8ab58872fbfbc48 Mon Sep 17 00:00:00 2001 From: com02 Date: Wed, 24 Nov 2021 11:35:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=9E=A5=EC=9E=90=EB=A3=8C=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AA=A9?= =?UTF-8?q?=EC=B0=A8=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 3f9e89ec..8b950fe9 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -917,7 +917,7 @@ transform: rotate(45deg);} .data.detail .inner .row-bottom .con-2 .top h3 span {color: #376795;} .data.detail .inner .row-bottom .con-2 .top .down-btn {position: absolute;top:0px;right:0px;text-indent: -999999px;background:url(/images/icon/icon-data-downarr2.png) no-repeat center;width:60px;height:60px;} .data.detail .inner .row-bottom .con-2 .top .down-btn.on {background:url(/images/icon/icon-data-downarr2-on.png) no-repeat center;} -.data.detail .inner .row-bottom .con-2 .bottom {padding:30px;height:105px;overflow: hidden;text-align: left;} +.data.detail .inner .row-bottom .con-2 .bottom {padding:30px;height:105px;overflow: hidden;text-align: left;white-space: pre-wrap;} .data.detail .inner .row-bottom .con-2 .bottom p {font-size:16px;margin-bottom:20px;color:#666;} .data.detail .inner .row-bottom .con-2 .bottom p span {margin-right:15px;} .data.detail .inner .row-bottom .con-2 .bottom ul {display:grid;margin-block-start:0px;padding-inline-start:15px;white-space:normal;/*list-style:disc;*/}