mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-02 07:03:40 +00:00
fix(monitor) 修复监控-换行
修复实时监控-导致的换行,添加css .terminal { white-space: nowrap; display: inline-block; }
This commit is contained in:
parent
3ca6629175
commit
8735af4cbb
@ -9,8 +9,10 @@
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
width: 600px;
|
||||
box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 20px;
|
||||
}
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
.reverse-video {
|
||||
color: #000;
|
||||
background: #f0f0f0;
|
||||
|
Loading…
Reference in New Issue
Block a user