comamnds: Use overflow-x: auto; for browser errors - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit d4ebfea1fffdc35059f42a46387e0aaf0ea877d2
(DIR) parent 93aa6261b4fc8caa74afef97b6304ea35dfd7d0e
(HTM) 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:
M commands/server_errors.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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;