Browse Source
Fix issues with horizontal overflow on mobile
pull/5110/head
Josh
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 { |
|
|
|