From 8772552e9e5cf975295ec72212e898266166f4de Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 20 Sep 2023 11:27:49 +0900 Subject: [PATCH] =?UTF-8?q?css=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80(=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=BB=AC=EB=9F=BC=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=20=EA=B3=A0=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/css/fims/framework/common/xit-core.css | 12 ++++++++++++ 1 file changed, 12 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 5e6f8ee9..a3c5a3f5 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 @@ -1938,10 +1938,22 @@ progress { } /* 그리드 테이블 */ +.table-layout-fixed { + table-layout: fixed; +} + .dataTable th{ text-align: center; } +.dataTable td, +.dataTable th { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + + @media (max-width: 575.98px) { .table-responsive-sm { overflow-x: auto;