From c041d0712ed819bf4ea12a3c1c2a26d7063b02fb Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 28 12월 2021 11:17:45 +0900
Subject: [PATCH] 대시보드 - 위험 관리 '구분', '담당부서' 컬럼 삭제

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index ca005af..baf6003 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;
 }
 
@@ -5221,9 +5223,8 @@
         height: 150px
     }
 }*/
-
 .modal-open {
-    overflow: auto
+    overflow: hidden;
 }
 
 .modal {
@@ -5344,9 +5345,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 +29720,7 @@
     z-index: 2;
     overflow: hidden;
     margin-top: 80px;
- }
+}
 
 .footer-w .logo-element {
     text-align: center;
@@ -30599,6 +30597,4 @@
 .tree,
 .tree ul {
     list-style:none;
-}
-
-
+}
\ No newline at end of file

--
Gitblit v1.8.0