Skip to content

Commit

Permalink
Lower min width for date selector
Browse files Browse the repository at this point in the history
  • Loading branch information
vuluongj20 committed Sep 23, 2024
1 parent 119e3a8 commit b4c18d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/organizations/pageFilterBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const PageFilterBar = styled('div')<{condensed?: boolean}>`
/* Prevent date filter from shrinking below 6.5rem */
&:last-child {
min-width: 4.5rem;
min-width: 4rem;
}
}
Expand Down

0 comments on commit b4c18d1

Please sign in to comment.