From 2ba608aaee91338e97ca95dba1b59617e6d9cddd Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 14 Aug 2023 18:00:48 +0900 Subject: [PATCH] =?UTF-8?q?width=20=EC=B6=94=EA=B0=80(w-87).?= 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 9744c709..b6b74060 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 @@ -10993,6 +10993,10 @@ button.list-group-item-gray.active { width: 85% !important; } +.w-87 { + width: 87% !important; +} + .w-90 { width: 90% !important; }