From 0955929c20645fd95d4bb968a7a70c9d27be5673 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 목, 23 12월 2021 14:33:00 +0900
Subject: [PATCH] - api 문서 페이지에서 토큰 표시 되도록 수정

---
 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