logviewer
logviewer copied to clipboard
Serialized data overflow
I add an issue because of the Pull Request is disabled. If I log serialized data, the lines are overflown, out of the screen. Adding the following css rule to the style.css solves the problem:
.stack-header
{
word-wrap: break-word;
}
I will take a look at this as soon as I can. If the fix is as easy as this, you can expect it to be completed shortly.