comamnds: Use overflow-x: auto; for browser errors

This commit is contained in:
Bjørn Erik Pedersen 2018-10-24 19:20:37 +02:00
parent 93aa6261b4
commit d4ebfea1ff
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -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;