From 0a9dea8cea40bb91061719dd2aca12a60772c19d Mon Sep 17 00:00:00 2001 From: Stephen Cefali Date: Tue, 26 Oct 2021 13:33:25 -0700 Subject: [PATCH] fix button pos --- .../app/components/organizations/multipleProjectSelector.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')`