Skip to content

Commit 928068d

Browse files
jaredatronsteveklabnik
authored andcommitted
error messages with newlines on the /failed page are now easier to read
1 parent d5c3403 commit 928068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/server/public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ body { padding:0; margin:0; }
7474
#main ul.failed li dl dd .controls { display:none; float:right; }
7575
#main ul.failed li.hover dl dd .controls { display:block; }
7676
#main ul.failed li dl dd code, #main ul.failed li dl dd pre { font-family:Monaco, "Courier New", monospace; font-size:90%; white-space: pre-wrap;}
77-
#main ul.failed li dl dd.error a {font-family:Monaco, "Courier New", monospace; font-size:90%; }
77+
#main ul.failed li dl dd.error a {font-family:Monaco, "Courier New", monospace; font-size:90%; white-space: pre }
7878
#main ul.failed li dl dd.error pre { margin-top:3px; line-height:1.3;}
7979

8080
#main p.pagination { background:#efefef; padding:10px; overflow:hidden;}

0 commit comments

Comments
 (0)