Remove break word for docsite tables

This still allows the lines to wrap with lots of text, like comments cells.
pull/16400/head
jlmitch5 8 years ago committed by GitHub
parent 39c543e356
commit caaffda496

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

Loading…
Cancel
Save