mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: set min width for RowCollapseOptions
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user