From 49d236df3bd2bd976ebc424644f34f5affa1074f Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 14 Aug 2025 13:15:21 +0000 Subject: (김준회) 결재 테스트 모듈 수정, 환경병수 eVCP 운영 대응, SGIPS JWT TOKEN 수정, SHI-API 기반 유저 관리 추가, 유저목록 테이블 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/data-table/data-table.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/data-table/data-table.tsx') diff --git a/components/data-table/data-table.tsx b/components/data-table/data-table.tsx index b898c2ea..07e4dcd2 100644 --- a/components/data-table/data-table.tsx +++ b/components/data-table/data-table.tsx @@ -90,7 +90,7 @@ export function DataTable({ key={header.id} colSpan={header.colSpan} data-column-id={header.column.id} - className={compactStyles.header} + className={cn(compactStyles.header, "whitespace-normal break-words")} style={{ ...getCommonPinningStylesWithBorder({ column: header.column, @@ -161,7 +161,7 @@ export function DataTable({ )} - + {columnLabel}: {row.getValue(groupingColumnId)} @@ -188,7 +188,7 @@ export function DataTable({