Merge pull request #16400 from jlmitch5/patch-2

Remove break word for docsite tables
pull/16413/head
James Cammarata 8 years ago committed by GitHub
commit 87928ff56b

@ -4737,10 +4737,6 @@ span[id*='MathJax-Span'] {
max-width: 100%; max-width: 100%;
} }
td {
word-break: break-word;
}
th, td { th, td {
min-width: 100px; min-width: 100px;
} }

Loading…
Cancel
Save