From e541b4008109f21d4d0bf6aac7afcf8f076d4d82 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 21 May 2018 18:07:48 -0700 Subject: [PATCH] Turn off hard word breaking in table cell code font, slightly reduce table font size --- assets/css/devportal.css | 5 +++++ 1 file changed, 5 insertions(+) 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 */