hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit d4ebfea1fffdc35059f42a46387e0aaf0ea877d2
parent 93aa6261b4fc8caa74afef97b6304ea35dfd7d0e
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 24 Oct 2018 19:20:37 +0200

comamnds: Use overflow-x: auto; for browser errors

Diffstat:
Mcommands/server_errors.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/server_errors.go b/commands/server_errors.go
@@ -53,7 +53,7 @@ var buildErrorTemplate = `<!doctype html>
 			word-wrap: break-word;     
 		}
 		.highlight {
-			overflow-x: scroll;
+			overflow-x: auto;
 			padding: 0.75rem;
 			margin-bottom: 1rem;
 			background-color: #272822;