From 77eb710a737ccc36c0e4efac7e76ec2b8607d075 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 16 12월 2021 17:48:08 +0900 Subject: [PATCH] 이슈리스트 등록자 이름/메일형태로 보이게 수정 --- 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