diff --git a/docsite/_themes/srtd/static/css/theme.css b/docsite/_themes/srtd/static/css/theme.css index da0622c050c..e2e7cebc1bc 100644 --- a/docsite/_themes/srtd/static/css/theme.css +++ b/docsite/_themes/srtd/static/css/theme.css @@ -4738,7 +4738,17 @@ span[id*='MathJax-Span'] { } td { - word-break: break-all; + word-break: break-word; +} + +th, td { + min-width: 100px; +} + +table { + overflow-x: scroll; + display: block; + max-width: 100%; } @media print {