mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
comamnds: Use overflow-x: auto; for browser errors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user