From 87c34aae81f84467b222390dfba6f27f817876f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Wed, 14 Feb 2024 12:40:43 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/14=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp | 2 +- src/main/webapp/visitEdu/adm/publish/css/content.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp index d494342a..0695c2e6 100644 --- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp @@ -231,7 +231,7 @@ function fn_egov_regist_preview() { - + diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index a9dda1da..f9f38c18 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -469,4 +469,7 @@ input[type="text"].input_time {width: 50px;} .tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;} /*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/ -.pr_name input{width: 500px;} \ No newline at end of file +.pr_name input{width: 500px;} + +/*게시판 > 등록화면 > 제목 input 가로 수정*/ +.tite_in input{width: 100%;} \ No newline at end of file