From 41153d6d903aab59ecf0899f333a2d7fdf8dc5e0 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 9 Jul 2020 13:23:52 +1000 Subject: [PATCH] Fix issues with horizontal overflow on mobile --- docs/_static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 3af254ee5..66d0ea432 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 {