fix(terminal): remove top padding on xterm container
This commit is contained in:
@@ -257,7 +257,7 @@ export function TerminalPanel({ workspaceId, shellId }: TerminalPanelProps) {
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
<div ref={containerRef} className="min-h-0 flex-1 px-2 pt-2 pb-8" />
|
||||
<div ref={containerRef} className="min-h-0 flex-1 px-2 pb-8" />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user