Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions static/app/components/organizations/pageFilterBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ except in mobile */
display: flex;
position: relative;

height: ${p.theme.form.md.height};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They shouldn't ever get as large as in the initial screenshot, so I wonder if there might be some custom CSS rule that could be removed? In theory, if that is fixed, I would expect the size to drop down to the size of the rest of the buttons in that row, and so this height might not even be needed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn’t find anything :/


& button[aria-haspopup] {
height: 100%;
width: 100%;
Expand Down
Loading