Browse Source

fix(alerts): Max width when creating issue alerts (#54136)

Scott Cooper 1 year ago
parent
commit
bc271fd4d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/alerts/rules/issue/index.tsx

+ 1 - 1
static/app/views/alerts/rules/issue/index.tsx

@@ -1165,7 +1165,7 @@ class IssueRuleEditor extends DeprecatedAsyncView<Props, State> {
     // the form with a loading mask on top of it, but force a re-render by using
     // a different key when we have fetched the rule so that form inputs are filled in
     return (
-      <Main fullWidth>
+      <Main>
         <PermissionAlert access={['alerts:write']} project={project} />
 
         <StyledForm