summaryrefslogtreecommitdiff
path: root/components/form-data/form-data-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-21 09:05:52 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-21 09:05:52 +0000
commitcf77558c0ccc5c0c1bc3cdd6edd9a0475e1970c8 (patch)
tree32eded30db38fe321c288d55c7f3ee136a0b4723 /components/form-data/form-data-table.tsx
parent261c45877f58af5779ef796c0c9186ed021e028e (diff)
(대표님) 설계측 오류 및 스타일 등 수정
Diffstat (limited to 'components/form-data/form-data-table.tsx')
-rw-r--r--components/form-data/form-data-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx
index 9dbcb627..0f55c559 100644
--- a/components/form-data/form-data-table.tsx
+++ b/components/form-data/form-data-table.tsx
@@ -779,7 +779,7 @@ export default function DynamicTable({
<>
<div className="mb-6">
- <div className="grid gap-4 md:grid-cols-2 lg:grid-cols-6">
+ <div className="grid gap-4 md:grid-cols-2 lg:grid-cols-5">
{/* Total Tags Card - 클릭 시 전체 보기 */}
<Card
className={`cursor-pointer transition-all ${activeFilter === null ? 'ring-2 ring-primary' : 'hover:shadow-lg'