]> source.dussan.org Git - nextcloud-server.git/commitdiff
wrap code output in error messages, fix #4231
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 31 Jul 2013 16:08:29 +0000 (18:08 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 31 Jul 2013 16:08:29 +0000 (18:08 +0200)
core/css/styles.css

index e7dcdf67d64ea215bc73463539b951bdfe4b4625..742a3d1bf1a860be003edc2eb72ebd405e923d02 100644 (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 {