html2canvas
html2canvas copied to clipboard
Overlap text in p tag enclosed in table
- [x] I am using the latest version
system: mac OS & Windows 10 browser: Chrome 100
Overlap text in p tag enclosed in table
page

pdf

<table>
...
<tbody>
...
<tr>
<td>
<p class="hoge">
テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト93-94kg台で推移している。
</p>
<td>
<tr>
</tbody>
</table>
.hoge {
word-break: break-all;
max-height: 10mm;
overflow-y: hidden;
padding: 2px 0;
font-size: 10px;
line-height: 11px;
}
word-break: break-word do not work.

Words may be incorrect due to the use of translation tools
thanks
me too