From 17d521f0d71ae1b60c68860533d2f328e1d724a0 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 16 12월 2021 17:50:18 +0900
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/webapp/assets/styles/main.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 19b6b3e..e21105b 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -21144,6 +21144,14 @@
     white-space: nowrap;
 }
 
+.titlenameRegister {
+    font-size: 0.8rem;
+    color: #0066ff;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
+}
+
 .extra-infodiv {
     margin-top: 0px;
 }

--
Gitblit v1.8.0