From c03a3b2ed3a371aea080429a4e3c73aa4144120e Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 16 12월 2021 11:07:55 +0900 Subject: [PATCH] - 하위이슈 직접 추가하는 기능 - 이슈 추가 시 ISP,호스팅 정보 추가 안되는 문제 해 --- src/main/webapp/assets/styles/main.css | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 31220e4..85568ee 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -30493,4 +30493,15 @@ margin: 0 auto; } -/* 媛꾪듃李⑦듃 end */ +/* �씠�뒋 �듃由� */ +/** + * Framework starts from here ... + * ------------------------------ + */ + +.tree, +.tree ul { + list-style:none; +} + + -- Gitblit v1.8.0