Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 20:20:37 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 20:20:37 +0300
commitd4ebfea1fffdc35059f42a46387e0aaf0ea877d2 (patch)
tree4f26e2f9b935c04fa8614e3d0331f16804bb1f22 /commands/server_errors.go
parent93aa6261b4fc8caa74afef97b6304ea35dfd7d0e (diff)
comamnds: Use overflow-x: auto; for browser errors
Diffstat (limited to 'commands/server_errors.go')
-rw-r--r--commands/server_errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server_errors.go b/commands/server_errors.go
index 8ee02e5f2..11f2ab281 100644
--- 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;