logviewer icon indicating copy to clipboard operation
logviewer copied to clipboard

Serialized data overflow

Open subdesign opened this issue 10 years ago • 1 comments

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;
}

subdesign avatar Dec 11 '14 10:12 subdesign

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.

mikemand avatar Mar 02 '15 23:03 mikemand