From ad10ffbba3c91bc838055af33cce85f649cc8a3e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Sat, 1 Nov 2025 15:35:49 +0700 Subject: [PATCH] chore: set min width for RowCollapseOptions --- src/components/table/RowCollapseOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/RowCollapseOptions.tsx b/src/components/table/RowCollapseOptions.tsx index 42f9720a..ce90314c 100644 --- a/src/components/table/RowCollapseOptions.tsx +++ b/src/components/table/RowCollapseOptions.tsx @@ -16,7 +16,7 @@ const RowCollapseOptions = ({ children }: RowCollapseOptionsProps) => { } - className='w-fit' + className='w-fit min-w-36' titleClassName='p-0! justify-self-end' > {children}