Skip to content

Commit

Permalink
fix: Use the same y padding across different filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 27, 2023
1 parent 4acb604 commit 22a4565
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 22a4565

Please sign in to comment.