cursor pointer & more padding on dropdown
This commit is contained in:
parent
6b2d0f5cbc
commit
4858f09c47
2 changed files with 2 additions and 2 deletions
|
|
@ -149,7 +149,7 @@
|
|||
{/snippet}
|
||||
</DropdownMenu.Trigger>
|
||||
<DropdownMenu.Content
|
||||
class="w-(--bits-dropdown-menu-anchor-width) min-w-56 rounded-lg"
|
||||
class="w-(--bits-dropdown-menu-anchor-width) min-w-56 rounded-lg p-2"
|
||||
side={isMobile ? 'bottom' : 'right'}
|
||||
align="end"
|
||||
sideOffset={4}
|
||||
|
|
|
|||
Reference in a new issue