diff --git a/apps/web/src/components/v2Editor/customBlocks/python/PythonOutput.tsx b/apps/web/src/components/v2Editor/customBlocks/python/PythonOutput.tsx index b290b5b5..0d684182 100644 --- a/apps/web/src/components/v2Editor/customBlocks/python/PythonOutput.tsx +++ b/apps/web/src/components/v2Editor/customBlocks/python/PythonOutput.tsx @@ -82,7 +82,8 @@ export function PythonOutputs(props: Props) { key={i} className={clsx( ['plotly'].includes(output.type) ? 'flex-grow' : '', - 'bg-white overflow-x-scroll' + !['stdio'].includes(output.type) ? 'overflow-x-scroll' : '', + 'bg-white' )} >