fix(style): Align form action spacing with panel item (#51348)
Related to https://github.com/getsentry/sentry/pull/51267,
@priscilawebdev noticed that the padding is off for the form inside of a
panel. There is a dedicated style for this but it does not match the
padding for PanelItem. This PR adjusts this so this is correct.