From ea58f79355dd5715c7889623f59f5e8fca81e811 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 23 12월 2021 15:51:39 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/assets/styles/main.css | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index db6b721..ac4b5ff 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; } @@ -5344,6 +5346,9 @@ -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; + overflow-y: auto; + overflow-x: hidden; + max-height: 800px; } .modal-footer { @@ -29719,7 +29724,7 @@ z-index: 2; overflow: hidden; margin-top: 80px; - } +} .footer-w .logo-element { text-align: center; @@ -30149,6 +30154,13 @@ font-weight: 800; } +.custom-detail-label { + color: #777; + font-weight: 600; + position: relative; + top: -6px; +} + input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; -- Gitblit v1.8.0