debugger layout fixes 4 (#3372)

This commit is contained in:
Jonathan Dobson
2025-09-05 02:02:32 -04:00
committed by GitHub
parent 5333c13055
commit 210ae57d03

View File

@@ -743,8 +743,8 @@ function Workspace({
"w-full": !showBrowser, "w-full": !showBrowser,
})} })}
style={{ style={{
width: workflowWidth, width: showBrowser ? workflowWidth : "100%",
maxWidth: workflowWidth, maxWidth: showBrowser ? workflowWidth : "100%",
}} }}
> >
<FlowRenderer <FlowRenderer