From 4c37d2f03e30a7eb794bf1adfb672d471b6b7e62 Mon Sep 17 00:00:00 2001 From: Rohan Agarwal Date: Tue, 8 Oct 2024 15:32:49 -0700 Subject: [PATCH] Add more padding --- static/app/components/events/autofix/autofixMessageBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}; `;