Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 7075ced

Browse files
author
mattpass
committed
Nicer looking bug reports, incl wrapping
1 parent 4fb0d83 commit 7075ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/bug-report.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ body {overflow: hidden;
66
}
77

88
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
9-
.bug-report {background-color: #1c1c19; color: #fff; padding: 20px}
10-
pre {font-family: monospace}
9+
.bug-report {padding: 20px; background: rgba(0,0,0,0.92); color: #ccc}
10+
pre {font-family: monospace, courier, sans-serif;; white-space: pre-wrap; word-break: break-all}

0 commit comments

Comments
 (0)