Skip to content

Commit be8f19c

Browse files
committed
css changes
1 parent 4f02966 commit be8f19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/src/components/Terminal/Terminal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const TerminalComponent: React.FC = () => {
77
return (
88
<div
99
ref={terminalRef}
10-
className={'w-full'}
11-
style={{ height: 'calc(100vh - 546px)' }}
10+
className={'w-full overflow-hidden rounded-b-lg'}
11+
style={{ height: 'calc(100vh - 532px)' }}
1212
/>
1313
);
1414
};

0 commit comments

Comments
 (0)