From caaffda496991ec2be667f5ef1e764d4c50c914b Mon Sep 17 00:00:00 2001 From: jlmitch5 Date: Wed, 22 Jun 2016 11:13:20 -0400 Subject: [PATCH] Remove break word for docsite tables This still allows the lines to wrap with lots of text, like comments cells. --- docsite/_themes/srtd/static/css/theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docsite/_themes/srtd/static/css/theme.css b/docsite/_themes/srtd/static/css/theme.css index e2e7cebc1bc..45626fa02ee 100644 --- a/docsite/_themes/srtd/static/css/theme.css +++ b/docsite/_themes/srtd/static/css/theme.css @@ -4737,10 +4737,6 @@ span[id*='MathJax-Span'] { max-width: 100%; } -td { - word-break: break-word; -} - th, td { min-width: 100px; }