diff --git a/static/app/components/organizations/multipleProjectSelector.tsx b/static/app/components/organizations/multipleProjectSelector.tsx index b3a84c46eb2e42..8ee1ec1fc7e128 100644 --- a/static/app/components/organizations/multipleProjectSelector.tsx +++ b/static/app/components/organizations/multipleProjectSelector.tsx @@ -359,7 +359,7 @@ const SelectorFooterControls = ({ : t('Select My Projects'); return ( - + {message && {message}} {!disableMultipleProjectSelection && ( @@ -405,7 +405,6 @@ export default withRouter(MultipleProjectSelector); const FooterContainer = styled('div')` display: flex; - justify-content: space-between; `; const FooterActions = styled('div')`