Skip to content

Commit

Permalink
Merge pull request #1198 from visualize-admin/fix/interactive-filters…
Browse files Browse the repository at this point in the history
…-alignment

fix: Use the same y padding across different filters
  • Loading branch information
bprusinowski authored Sep 27, 2023
2 parents 4acb604 + 971da3d commit e67e7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You can also check the [release page](https://github.com/visualize-admin/visuali
- Fixes
- Cube checker now correctly checks if dimensions are present
- It's now possible to change the chart type for copied, non-hierarchical charts without having to open an options panel first
- Interactive filters are now aligned correctly (y axis)

# [3.22.6] - 2023-09-19

Expand Down
2 changes: 1 addition & 1 deletion app/components/select-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function SelectTree({
return (
<div>
{label && (
<Label htmlFor={id!} smaller sx={{ mb: 1 }}>
<Label htmlFor={id!} smaller sx={{ my: 1 }}>
{label} {controls}
</Label>
)}
Expand Down

1 comment on commit e67e7fb

@vercel
Copy link

@vercel vercel bot commented on e67e7fb Sep 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-alpha.vercel.app
visualization-tool-ixt1.vercel.app
visualization-tool-git-main-ixt1.vercel.app

Please sign in to comment.