diff --git a/static/app/components/events/autofix/autofixMessageBox.tsx b/static/app/components/events/autofix/autofixMessageBox.tsx index b2753008e44d3..af72dacd69530 100644 --- a/static/app/components/events/autofix/autofixMessageBox.tsx +++ b/static/app/components/events/autofix/autofixMessageBox.tsx @@ -320,7 +320,7 @@ const ProcessingStatusIndicator = styled(LoadingIndicator)` const ActionBar = styled('div')` position: absolute; - bottom: 4em; + bottom: 4.25em; left: ${space(2)}; `;