Browse Source

Fix issues with horizontal overflow on mobile

pull/5110/head
Josh 5 years ago
committed by GitHub
parent
commit
41153d6d90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/_static/style.css

1
docs/_static/style.css

@ -871,6 +871,7 @@ pre {
pre, code {
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
font-size: 0.9em;
overflow-wrap: break-word;
}
code {

Loading…
Cancel
Save