Forum Bugs

After setting the border of the table, there will be a thin white slash at the border junction

zhinian
I'm from China. The expression may not be very good. Please take a look at the picture
This is css and html


table{
border: 70px solid #000;
border-collapse: collapse;
table-layout: fixed;
}
tr{
height: 180px;
}
td{
width: 340px;
min-width: 340px;
max-width: 340px;
box-sizing: border-box;
padding: 0 14px;
border: 50px solid #000;
font-size: 22px;
color: rgb(0, 0, 0);
font-family: Microsoft YaHei;
text-align: left;
overflow-wrap: break-word;
background: rgb(255, 255, 255);
}

<table>
<tr>
<td rowspan="1" colspan="1" valign="middle">双击进入编辑</td>
<td rowspan="1" colspan="1" valign="middle">双击进入编辑</td>
<td rowspan="1" colspan="1" valign="middle">双击进入编辑</td>
<td rowspan="1" colspan="1" valign="middle">双击进入编辑</td>
<td rowspan="1" colspan="1" valign="middle">双击进入编辑</td>
</tr>
</table>
  1. 1574909618(1).jpg9.7 kB
  2. 1574909618.jpg9.2 kB
mikeday
We will investigate this issue.
zhinian
Is the question confirmed? I have a problem with my writing?
mikeday
Yes, the question is confirmed, sorry for the delay. Because the table uses "border-collapse: collapse" the border is drawn in separate segments, and a small crack may be visible between the segments when you zoom in the PDF viewer. This crack should not be visible if the PDF file is printed. We will try to remove this crack in a future version of Prince.