We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cbe8d commit 8f4ff73Copy full SHA for 8f4ff73
src/components/EditCodeDialog.tsx
@@ -22,7 +22,6 @@ const EditCodeDialog = forwardRef<MakeCodeFrameDriver, EditCodeDialogProps>(
22
}, [isOpen, tourStart]);
23
return (
24
<Flex
25
- flexGrow="1"
26
w="100%"
27
h="100%"
28
bgColor="white"
0 commit comments