diff options
| author | Josh <[email protected]> | 2020-07-09 13:23:52 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:55 -0500 |
| commit | 7038c5af8bd1eb237cb26758940bbb05e6858060 (patch) | |
| tree | b1ebc0cd48a23180000ef12e44d39f45eee35da0 /docs/_static/style.css | |
| parent | Default to sans-serif font (diff) | |
| download | discord.py-7038c5af8bd1eb237cb26758940bbb05e6858060.tar.xz discord.py-7038c5af8bd1eb237cb26758940bbb05e6858060.zip | |
Fix issues with horizontal overflow on mobile
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 3af254ee..66d0ea43 100644 --- a/docs/_static/style.css +++ b/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 { |