Skip to content

Commit

Permalink
style(issues): align issue title with error level (#59490)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Nov 6, 2023
1 parent 51b6f61 commit 6e22caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/components/eventOrGroupHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ const GroupLevel = styled(ErrorLevel)<{level: Level}>`

const TitleWithLink = styled(GlobalSelectionLink)`
display: inline-flex;
align-items: center;
`;
const TitleWithoutLink = styled('span')`
display: inline-flex;
Expand Down

0 comments on commit 6e22caa

Please sign in to comment.