Skip to content

Commit 56fdfea

Browse files
committed
Update default playground layout
1 parent ae1df1b commit 56fdfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/pages/playground.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "ace-builds/src-noconflict/theme-chrome";
1818
const defaultPlaygroundLayout = `<pa-layout sx='{"width": "100%", "margin": "10px auto"}'>
1919
<pa-paper style="padding: 10px;">
2020
<pa-grid container="true" spacing="2" style="width: 100%">
21-
<pa-grid item="true" xs="2">
21+
<pa-grid item="true" xs="12">
2222
<pa-workflow-output></pa-workflow-output>
2323
</pa-grid>
2424
</pa-grid>

0 commit comments

Comments
 (0)