wrap code output in error messages, fix #4231

This commit is contained in:
Jan-Christoph Borchardt 2013-07-31 18:08:29 +02:00
parent 8eaa0e7336
commit ded02e771e
1 changed files with 4 additions and 0 deletions

View File

@ -381,6 +381,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
color: #dd3b3b !important;
font-weight: bold;
}
.error pre {
white-space: pre-wrap;
text-align: left;
}
/* Fixes for log in page, TODO should be removed some time */
#body-login .update,
#body-login .error {