fix(view) terminal: set .view height

This commit is contained in:
coderaiser 2017-07-27 12:30:45 +03:00
parent 1fdc441e56
commit 172c6efbf9

View file

@ -1,6 +1,7 @@
.view {
font-size: 16px;
white-space: pre;
height: 100%;
}
.view:focus {