fix(terminal): remove top padding on xterm container

This commit is contained in:
tao.chen
2026-07-06 18:53:26 +08:00
parent 35b1bc4357
commit 443b38e3bd
@@ -257,7 +257,7 @@ export function TerminalPanel({ workspaceId, shellId }: TerminalPanelProps) {
)} )}
</div> </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> </section>
); );
} }