mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
comamnds: Use overflow-x: auto; for browser errors
This commit is contained in:
parent
93aa6261b4
commit
d4ebfea1ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue