From c95c76d0e0b6f030ca42537c35971cea03d50cb2 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 28 Mar 2016 19:14:45 +0800 Subject: [PATCH] =?UTF-8?q?change(web=20terminal)=20=E4=BF=AE=E5=A4=8Dweb?= =?UTF-8?q?=20terminal=E9=81=87=E5=88=B0-=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加css white-space: nowrap; display: inline-block; 之前通过修改字体解决 --- templates/jlog/web_terminal.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/jlog/web_terminal.html b/templates/jlog/web_terminal.html index 86b50bc99..b5aae590d 100644 --- a/templates/jlog/web_terminal.html +++ b/templates/jlog/web_terminal.html @@ -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 {