tiny css fixes

pull/1/head
yann300 8 years ago
parent f94408157c
commit 127db262d8
  1. 4
      src/app/panels/terminal.js

@ -14,7 +14,7 @@ var css = csjs`
font-size : 12px; font-size : 12px;
font-family : monospace; font-family : monospace;
color : white; color : white;
background-color : black; background-color : grey;
margin-top : auto; margin-top : auto;
height : 100%; height : 100%;
min-height : 1.7em; min-height : 1.7em;
@ -59,8 +59,6 @@ var css = csjs`
word-break : break-all; word-break : break-all;
white-space : pre-wrap; white-space : pre-wrap;
line-height : 2ch; line-height : 2ch;
width : 80ch;
background-color : black;
margin : 1ch; margin : 1ch;
} }

Loading…
Cancel
Save