Skip to content

Commit

Permalink
Fix mulitselect height in filters (#4564)
Browse files Browse the repository at this point in the history
* Fix mulitselect height in filters

* update pkg json & changeset

* rerun CI

* remove tgz

---------

Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
  • Loading branch information
krzysztofzuraw and poulch committed Jan 4, 2024
1 parent 5165c52 commit a2bac68
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-ties-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix height of multiselect for filters/promotions
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@material-ui/styles": "^4.11.4",
"@reach/auto-id": "^0.16.0",
"@saleor/macaw-ui": "npm:@saleor/macaw-ui@0.7.4",
"@saleor/macaw-ui-next": "npm:@saleor/macaw-ui@1.0.0-pre.15",
"@saleor/macaw-ui-next": "npm:@saleor/macaw-ui@1.0.0-pre.16",
"@saleor/sdk": "0.6.0",
"@sentry/react": "^7.83.0",
"@types/faker": "^5.1.6",
Expand Down
1 change: 0 additions & 1 deletion src/components/ConditionalFilter/UI/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const RowComponent = ({
gap={0.5}
__gridTemplateColumns="200px 120px 200px auto"
placeItems="center"
alignItems="start"
>
<DynamicCombobox
data-test-id={`left-${index}`}
Expand Down

0 comments on commit a2bac68

Please sign in to comment.