css: tag page TD width is burst
yurenchen000 opened this issue · 3 comments
yurenchen000 commented
yurenchen000 commented
a css patch to fix it:
/* td: long line wrap */
td {
word-break: break-word;
}
yurenchen000 commented
roman-vynar commented
Thank you!