From 4733043bb84edc1a3941bd2c25ee787aa715a21c Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 31 Jul 2023 17:37:54 +0900 Subject: [PATCH] =?UTF-8?q?w-85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/resources/css/fims/framework/common/xit-core.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index daadd747..ca5339f1 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -10973,6 +10973,10 @@ button.list-group-item-gray.active { width: 75% !important; } +.w-85 { + width: 85% !important; +} + .w-100 { width: 100% !important; }