We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f02966 commit be8f19cCopy full SHA for be8f19c
gui/src/components/Terminal/Terminal.tsx
@@ -7,8 +7,8 @@ const TerminalComponent: React.FC = () => {
7
return (
8
<div
9
ref={terminalRef}
10
- className={'w-full'}
11
- style={{ height: 'calc(100vh - 546px)' }}
+ className={'w-full overflow-hidden rounded-b-lg'}
+ style={{ height: 'calc(100vh - 532px)' }}
12
/>
13
);
14
};
0 commit comments