fix(terminal) rows and cols

This commit is contained in:
coderaiser 2018-04-19 18:25:08 +03:00
parent 05af6770b2
commit 9fe2bdee0a
3 changed files with 8 additions and 7 deletions

View file

@ -5,4 +5,5 @@
@import './help.css';
@import './query.css';
@import './supports.css';
@import './terminal.css';

4
css/terminal.css Normal file
View file

@ -0,0 +1,4 @@
.terminal {
height: 100%;
}