From 17cc6df86e0325229ec2b9d561a17bc6b909f4bb Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 24 12월 2021 09:02:46 +0900 Subject: [PATCH] 사용자 정의 필드 필수 항목 표시 변경 수정 --- src/main/webapp/assets/styles/main.css | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 778a1ea..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; } @@ -29722,7 +29724,7 @@ z-index: 2; overflow: hidden; margin-top: 80px; - } +} .footer-w .logo-element { text-align: center; @@ -30152,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