From f9c0c0d29a09d9319ea9bfec4a1ba76afbdf589e Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 12 Apr 2023 17:48:33 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20width=20=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/framework/css/common/xit-core.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/webapp/resources/framework/css/common/xit-core.css b/src/main/webapp/resources/framework/css/common/xit-core.css index 5c9766e8..ef043c9b 100644 --- a/src/main/webapp/resources/framework/css/common/xit-core.css +++ b/src/main/webapp/resources/framework/css/common/xit-core.css @@ -10914,6 +10914,22 @@ button.list-group-item-gray.active { width: 50% !important; } +.w-55 { + width: 55% !important; +} + +.w-60 { + width: 60% !important; +} + +.w-65 { + width: 65% !important; +} + +.w-70 { + width: 70% !important; +} + .w-75 { width: 75% !important; }