From 763fef7af8118ec016867fecd814456b1ab5e8a7 Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 15 Jul 2024 16:19:35 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/css/fims.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/resources/css/fims.css b/src/main/webapp/resources/css/fims.css index ebc21da9..2b8eecf3 100644 --- a/src/main/webapp/resources/css/fims.css +++ b/src/main/webapp/resources/css/fims.css @@ -448,6 +448,9 @@ span.skeleton { background-image: none !important; } +select.no-bgi { + padding-inline-end: calc(0.9375rem - var(--bs-border-width)); +} /* pdf출력 설정 */ select.option-style-select[data-option-style='FILL_STROKE']{ font-weight: bold; }