increase terminal height

This commit is contained in:
Vladimir Polyakov 2015-06-14 18:27:22 +03:00
parent e7b886c01c
commit 067622c4e6

View File

@ -1,7 +1,7 @@
.terminal {
box-sizing: border-box;
&_code {
max-height: 200px;
height: 300px;
padding: 4px;
box-sizing: border-box;
overflow-y: scroll;