Skip to content

Commit

Permalink
Add more padding
Browse files Browse the repository at this point in the history
  • Loading branch information
roaga committed Oct 8, 2024
1 parent 19d7331 commit 4c37d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/events/autofix/autofixMessageBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const ProcessingStatusIndicator = styled(LoadingIndicator)`

const ActionBar = styled('div')`
position: absolute;
bottom: 4em;
bottom: 4.25em;
left: ${space(2)};
`;

Expand Down

0 comments on commit 4c37d2f

Please sign in to comment.