Skip to content

Commit

Permalink
comamnds: Use overflow-x: auto; for browser errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 24, 2018
1 parent 93aa626 commit d4ebfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/server_errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4ebfea

Please sign in to comment.