Comment 0 for bug 1512380

Revision history for this message
Gal Margalit (galmargalit) wrote :

Execution overview screen layout could get overflow if there is a long execution output or a long description.
The solution is simple:

 pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        padding:1em 0;
    }