fix terminal input

pull/1/head
yann300 7 years ago
parent 803b6fe140
commit f1048463da
  1. 4
      src/app/panels/terminal.js

@ -67,9 +67,6 @@ var css = csjs`
display : flex; display : flex;
flex-direction : column; flex-direction : column;
height : 100%; height : 100%;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 3px;
overflow-y : auto; overflow-y : auto;
font-family : monospace; font-family : monospace;
} }
@ -129,7 +126,6 @@ var css = csjs`
word-break : break-all; word-break : break-all;
outline : none; outline : none;
font-family : monospace; font-family : monospace;
font-family: FontAwesome;
} }
.search { .search {
display: flex; display: flex;

Loading…
Cancel
Save