diff --git a/assets/css/devportal.css b/assets/css/devportal.css index d3e5782f59..01688c7327 100644 --- a/assets/css/devportal.css +++ b/assets/css/devportal.css @@ -183,6 +183,11 @@ th { .content table { clear: right; margin-bottom: 1rem; + font-size: 15px; +} + +.content table code { + word-break: normal; } /* Big draft warning at top of page so it's hard to mix up with the live site */