🐛 Fixed overflow on WebSocket response box
This commit is contained in:
parent
cf1d07e7a6
commit
78fd2d5399
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ div.log {
|
|||
span {
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue