Skip to content

Commit

Permalink
fix(issue-stream): Fix text alignment on headers (#79157)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun48 authored Oct 15, 2024
1 parent 884cfc8 commit 004a7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/app/views/issueList/actions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ const SortDropdownMargin = styled('div')`
const AnimatedHeaderItemsContainer = styled(motion.div)`
display: flex;
align-items: center;
line-height: 1.6;
`;

const StyledAlert = styled(Alert)`
Expand Down

0 comments on commit 004a7f7

Please sign in to comment.