Skip to content

Commit

Permalink
Merge pull request #480 from DataRecce/feature/drc-768-fix-run-diff-b…
Browse files Browse the repository at this point in the history
…utton-height

[Fix] Fix Run Diff button height
  • Loading branch information
kentwelcome authored Nov 12, 2024
2 parents 96994b3 + 57e3e6e commit 8a32b1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/src/components/query/QueryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ export const QueryPage = () => {
colorScheme="blue"
onClick={() => runQuery("query_diff")}
isDisabled={isPending}
size="sm"
leftIcon={<Icon as={VscDiff} />}
size="xs"
fontSize="14px"
marginTop={"16px"}
>
Run Diff
</Button>
Expand Down

0 comments on commit 8a32b1c

Please sign in to comment.