Skip to content

Commit

Permalink
bug/alignment (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaglan authored Dec 23, 2024
1 parent 3a74bb8 commit 90c5da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const FilterRow: React.FC<{
removeFilter: () => void;
}> = ({ title, selected, setSelected, removeFilter }) => {
return (
<div className="flex items-center w-full gap-2">
<div className="flex items-end w-full gap-2">
<ArrayInput title={title} selected={selected} setSelected={setSelected} />
<Button shape="square" onClick={removeFilter}>
<X className="w-4 h-4" />
Expand Down

0 comments on commit 90c5da0

Please sign in to comment.