Browse Source

Fix issues with horizontal overflow on mobile

pull/6176/head
Josh 5 years ago
committed by Rapptz
parent
commit
7038c5af8b
  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