aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-07-09 13:23:52 +1000
committerRapptz <[email protected]>2020-12-18 21:18:55 -0500
commit7038c5af8bd1eb237cb26758940bbb05e6858060 (patch)
treeb1ebc0cd48a23180000ef12e44d39f45eee35da0 /docs/_static/style.css
parentDefault to sans-serif font (diff)
downloaddiscord.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.css1
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 {