diff --git a/static/app/components/dropdownMenu/index.tsx b/static/app/components/dropdownMenu/index.tsx index c6a999226a12f4..58218bbf0382ce 100644 --- a/static/app/components/dropdownMenu/index.tsx +++ b/static/app/components/dropdownMenu/index.tsx @@ -293,4 +293,7 @@ export {DropdownMenu}; const DropdownMenuWrap = styled('div')` display: contents; list-style-type: none; + > :first-child { + margin-left: -1px; + } `;