mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 15:14:49 -04:00
comamnds: Use overflow-x: auto; for browser errors
This commit is contained in:
parent
93aa6261b4
commit
d4ebfea1ff
@ -53,7 +53,7 @@ var buildErrorTemplate = `<!doctype html>
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.highlight {
|
.highlight {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user