Commit f1048463 authored by yann300's avatar yann300

fix terminal input

parent 803b6fe1
...@@ -67,9 +67,6 @@ var css = csjs` ...@@ -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` ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment