Skip to content

Commit c0290c8

Browse files
evanpurkhiserandrewshie-sentry
authored andcommitted
ref(alerts): Improve spacing between spot image and bullets (#83330)
Before <img alt="clipboard.png" width="719" src="https://i.imgur.com/9klfDrw.png" /> After <img alt="clipboard.png" width="734" src="https://i.imgur.com/Tg5wWja.png" />
1 parent 9285fdf commit c0290c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/alerts/wizard/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ const WizardOptions = styled('div')`
238238

239239
const WizardImage = styled('img')`
240240
max-height: 300px;
241+
margin-bottom: ${space(2)};
241242
`;
242243

243244
const WizardPanel = styled(Panel)<{visible?: boolean}>`

0 commit comments

Comments
 (0)