Skip to content

Commit b1886f1

Browse files
authored
fix: height of buttons inside filtersBar wrapper (#88789)
1 parent 54d1f01 commit b1886f1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

static/app/components/organizations/pageFilterBar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ except in mobile */
141141
display: flex;
142142
position: relative;
143143
144+
height: ${p.theme.form.md.height};
145+
144146
& button[aria-haspopup] {
145147
height: 100%;
146148
width: 100%;

static/app/views/dashboards/filtersBar.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ const Wrapper = styled('div')`
147147
gap: ${space(1.5)};
148148
margin-bottom: ${space(2)};
149149
150+
& button[aria-haspopup] {
151+
height: 100%;
152+
width: 100%;
153+
}
154+
150155
@media (max-width: ${p => p.theme.breakpoints.small}) {
151156
display: grid;
152157
grid-auto-flow: row;

0 commit comments

Comments
 (0)