diff --git a/static/app/components/organizations/pageFilterBar.tsx b/static/app/components/organizations/pageFilterBar.tsx index 54987855c655d9..24819cf3da2312 100644 --- a/static/app/components/organizations/pageFilterBar.tsx +++ b/static/app/components/organizations/pageFilterBar.tsx @@ -70,7 +70,7 @@ const PageFilterBar = styled('div')<{condensed?: boolean}>` /* Prevent date filter from shrinking below 6.5rem */ &:last-child { - min-width: 4.5rem; + min-width: 4rem; } }