Skip to content

Commit f070584

Browse files
committed
fix: align run without limit and dismiss buttons
1 parent ea45c0d commit f070584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/QueryWorkspace/QueryWorkspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export function QueryWorkspace({ connectionId, onOpenTableTab }: QueryWorkspaceP
477477
Remove LIMIT to see all results
478478
</Text>
479479
</Flex>
480-
<Flex gap="2">
480+
<Flex gap="2" align="center">
481481
<Button
482482
size="1"
483483
variant="soft"

0 commit comments

Comments
 (0)