diff --git a/src/components/navigation/navigation-popover-panel.tsx b/src/components/navigation/navigation-popover-panel.tsx index 85623fd2..23f4178e 100644 --- a/src/components/navigation/navigation-popover-panel.tsx +++ b/src/components/navigation/navigation-popover-panel.tsx @@ -8,7 +8,7 @@ export interface NavigationPopoverPanelItemProps { const NavigationPopoverPanelItem = ({ children }: NavigationPopoverPanelItemProps) => { return ( -
+

{children}

); @@ -28,7 +28,7 @@ const NavigationPopoverPanel = ({ children }: NavigationPopoverPanelProps) => { ref={(el) => el && setPopperElement(el)} style={styles} {...attributes} - className="z-40 ml-2 w-52 rounded bg-neutral-0 p-2 shadow" + className="z-40 ml-2 w-52 rounded bg-neutral-0 py-2 shadow" > {children}