Skip to content

Commit 05a5e9b

Browse files
authored
fix(ui): restore height for pageFilterBar (#93800)
| before | after | |--------|--------| | ![Screenshot 2025-06-18 at 13 51 14](https://github.com/user-attachments/assets/434cca79-25d5-4321-b99d-dbce0633bd8b) | ![Screenshot 2025-06-18 at 13 51 08](https://github.com/user-attachments/assets/b037f6b5-8870-4d56-876f-8955d6c0c90f) | @JonasBa we used to have the `height` explicitly set - like it’s also done in the old theme - but it was removed here: https://github.com/getsentry/sentry/pull/90243/files#diff-32f8334cfccf64122985ca68a14eb551d05ece05ea1e4f3390974d3765195a03L170 do you remember why it was removed, and is it safe to bring it back like this?
1 parent 6045011 commit 05a5e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/app/components/organizations/pageFilterBar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ except in mobile */
168168
display: flex;
169169
position: relative;
170170
171+
height: ${p.theme.form.md.height};
172+
171173
& button[aria-haspopup] {
172174
height: 100%;
173175
width: 100%;

0 commit comments

Comments
 (0)