Skip to content

Commit

Permalink
Fix blank space in legacy filter popper (#4244)
Browse files Browse the repository at this point in the history
* Fix blank space in legacy filter popper

* Add changeset
  • Loading branch information
Droniu authored and andrzejewsky committed Sep 27, 2023
1 parent db43c91 commit b65f346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ninety-crabs-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix blank space in legacy filter popper
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const FiltersSelect = <TFilterKeys extends string = string>({
})}
style={{
width: "376px",
height: "450px",
maxHeight: "450px",
}}
open={isFilterMenuOpened}
anchorEl={anchor.current}
Expand Down

0 comments on commit b65f346

Please sign in to comment.