Browse Source

feat(issue-details): Add max-width to event selector (#46617)

This will made the event selector easier to use on wide screens.
Malachi Willey 1 year ago
parent
commit
0db872537c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/issueDetails/groupEventCarousel.tsx

+ 1 - 0
static/app/views/issueDetails/groupEventCarousel.tsx

@@ -271,6 +271,7 @@ const CarouselAndButtonsWrapper = styled('div')`
   display: flex;
   gap: ${space(1)};
   margin-bottom: ${space(0.5)};
+  max-width: 900px;
 `;
 
 const StyledButtonBar = styled(ButtonBar)`