diff --git a/static/app/views/monitors/components/overviewTimeline/overviewRow.tsx b/static/app/views/monitors/components/overviewTimeline/overviewRow.tsx index 7921eed9f8a0de..eef91478be8297 100644 --- a/static/app/views/monitors/components/overviewTimeline/overviewRow.tsx +++ b/static/app/views/monitors/components/overviewTimeline/overviewRow.tsx @@ -171,7 +171,8 @@ export function OverviewRow({ const {name, isMuted} = env; return ( - + ( - ); })} @@ -347,6 +347,10 @@ const MonitorEnvContainer = styled('div')` text-align: right; `; +const EnvDropdown = styled(DropdownMenu)` + text-align: left; +`; + const EnvRow = styled('div')` display: flex; gap: ${space(0.5)};