change(web terminal) 修复web terminal遇到-换行

添加css

	white-space: nowrap;
        display: inline-block;

之前通过修改字体解决
pull/169/head
ibuler 2016-03-28 19:14:45 +08:00
parent 8735af4cbb
commit c95c76d0e0
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
background: #000;
width: 600px;
box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 20px;
white-space: nowrap;
display: inline-block;
}
.reverse-video {