This commit is contained in:
parent
94ea9c37d0
commit
b92712e990
1 changed files with 1 additions and 4 deletions
|
@ -212,10 +212,7 @@ export default () => {
|
||||||
tw`rounded-t p-2 bg-black w-full`,
|
tw`rounded-t p-2 bg-black w-full`,
|
||||||
!canSendCommands && tw`rounded-b`,
|
!canSendCommands && tw`rounded-b`,
|
||||||
]}
|
]}
|
||||||
style={{
|
style={{ minHeight: '16rem' }}
|
||||||
minHeight: '16rem',
|
|
||||||
maxHeight: '32rem',
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<TerminalDiv id={'terminal'} ref={ref}/>
|
<TerminalDiv id={'terminal'} ref={ref}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue