From e70c36b1ff6487d36289a93b533feaf2d873432a Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 28 12월 2021 09:56:03 +0900
Subject: [PATCH] 프로젝트 생성 시 기간 팝업창 표시  오류 수정

---
 src/main/webapp/assets/styles/main.css |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index ca005af..f05493f 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -262,6 +262,8 @@
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
+    white-space: pre-line;
+    word-break : break-word;
     -ms-overflow-style: scrollbar;
 }
 
@@ -5223,7 +5225,7 @@
 }*/
 
 .modal-open {
-    overflow: auto
+    overflow: hidden;
 }
 
 .modal {
@@ -5344,9 +5346,6 @@
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
-    overflow-y: auto;
-    overflow-x: hidden;
-    max-height: 800px;
 }
 
 .modal-footer {
@@ -29722,7 +29721,7 @@
     z-index: 2;
     overflow: hidden;
     margin-top: 80px;
- }
+}
 
 .footer-w .logo-element {
     text-align: center;

--
Gitblit v1.8.0