Browse Source

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" />
Evan Purkhiser 1 month ago
parent
commit
2cc2a53392
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/alerts/wizard/index.tsx

+ 1 - 0
static/app/views/alerts/wizard/index.tsx

@@ -238,6 +238,7 @@ const WizardOptions = styled('div')`
 
 const WizardImage = styled('img')`
   max-height: 300px;
+  margin-bottom: ${space(2)};
 `;
 
 const WizardPanel = styled(Panel)<{visible?: boolean}>`