chore: set min width for RowCollapseOptions

This commit is contained in:
ValdiANS
2025-11-01 15:35:49 +07:00
parent 8a3c7d35ec
commit ad10ffbba3
+1 -1
View File
@@ -16,7 +16,7 @@ const RowCollapseOptions = ({ children }: RowCollapseOptionsProps) => {
<Icon icon='material-symbols:more-vert' width={16} height={16} />
</Button>
}
className='w-fit'
className='w-fit min-w-36'
titleClassName='p-0! justify-self-end'
>
{children}