mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Fix dropdown separator
This commit is contained in:
@@ -399,7 +399,7 @@ const Menu = forwardRef<Omit<DropdownRef, 'open' | 'isOpen' | 'toggle'>, MenuPro
|
||||
{items.map((item, i) => {
|
||||
if (item.type === 'separator') {
|
||||
return (
|
||||
<Separator key={i} className="my-1.5">
|
||||
<Separator key={i} className="ml-2 my-1.5">
|
||||
{item.label}
|
||||
</Separator>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user