🐛 Fixed overflow on WebSocket response box

This commit is contained in:
liyasthomas
2019-11-08 23:56:49 +05:30
parent cf1d07e7a6
commit 78fd2d5399

View File

@@ -88,6 +88,8 @@ div.log {
span {
display: block;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}
}
</style>