Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Apr 16, 2024
1 parent 2c6519d commit a69c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/playground-common/src/shared/FunctionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const FunctionPanel: React.FC = () => {
</ResizablePanel>
)}
<ResizableHandle withHandle={false} className="bg-vscode-panel-border" />
<ResizablePanel minSize={50} className="pl-2 pr-0.5" hidden={!showTests}>
<ResizablePanel minSize={30} className="pl-2 pr-0.5" hidden={!showTests}>
{/* <Allotment.Pane className="pl-2 pr-0.5" minSize={200} visible={showTests}> */}
<div className="flex flex-col h-full overflow-y-auto overflow-x-clip">
{/* On windows this scroll area extends beyond the wanted width, so we just use a normal scrollbar here vs using ScrollArea*/}
Expand Down

0 comments on commit a69c1dc

Please sign in to comment.