Make model-generated code copyable (#70)

This commit is contained in:
Juliette Love
2025-04-20 21:48:30 +01:00
committed by GitHub
parent 8180ed9a68
commit 9d608135e3
3 changed files with 4 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ export const App = ({ config }: AppProps) => {
});
return (
<Box flexDirection="column" padding={1} marginBottom={1} width="100%">
<Box flexDirection="column" marginBottom={1} width="100%">
<Header />
{startupWarnings.length > 0 && (