From a3eaf3d78efc987ebd2bbe55f00dc8bfed91c3a8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 28 Apr 2016 10:16:56 -0400 Subject: [PATCH] table witdh fix --- docsite/_themes/srtd/static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/_themes/srtd/static/css/theme.css b/docsite/_themes/srtd/static/css/theme.css index 3d54ac68b3..da0622c050 100644 --- a/docsite/_themes/srtd/static/css/theme.css +++ b/docsite/_themes/srtd/static/css/theme.css @@ -4737,6 +4737,10 @@ span[id*='MathJax-Span'] { max-width: 100%; } +td { + word-break: break-all; +} + @media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } #nav,