table witdh fix
This commit is contained in:
parent
48d01f63ca
commit
a3eaf3d78e
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue