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 ae1df1b commit 56fdfeaCopy full SHA for 56fdfea
llmstack/client/src/pages/playground.jsx
@@ -18,7 +18,7 @@ import "ace-builds/src-noconflict/theme-chrome";
18
const defaultPlaygroundLayout = `<pa-layout sx='{"width": "100%", "margin": "10px auto"}'>
19
<pa-paper style="padding: 10px;">
20
<pa-grid container="true" spacing="2" style="width: 100%">
21
- <pa-grid item="true" xs="2">
+ <pa-grid item="true" xs="12">
22
<pa-workflow-output></pa-workflow-output>
23
</pa-grid>
24
0 commit comments