docs/plans/2026-05-25-fix-copy-page-menu.md
Fix the Copy Page dropdown so icons and labels align horizontally.
DocsCopyPageItem is used under DropdownMenuItem asChild and Button asChild.docs/solutions note was found for this exact UI bug.DocsCopyPageItem to forward props/ref into the anchor.apps/www/src/components/docs-copy-page.tsx.DocsCopyPageItem by forwarding asChild props/ref to the anchor.pnpm install, pnpm --filter www build:source, pnpm --filter www typecheck, pnpm lint:fix, and Chrome on localhost:3001/docs/installation.No ce-compound doc created. This is a narrow Radix asChild wrapper bug with an obvious local fix and no new project-specific debugging pattern.