mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
change(web terminal) 修复web terminal遇到-换行
添加css white-space: nowrap; display: inline-block; 之前通过修改字体解决
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user