Skip to content

Commit

Permalink
fix: update qualifier position
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Sep 27, 2024
1 parent 442e0ec commit 65cd477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-entry/QueryItem/Qualifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Qualifier = (props: IQueryItemQualifierProps) => {
value: props.value,
dropdownAlign: {
points: ['tl', 'bl'],
offset: [0, 0],
offset: [-5, 7],
},
}

Expand Down

0 comments on commit 65cd477

Please sign in to comment.