Fix table header repeating in every cell.

This commit is contained in:
2021-08-23 13:51:56 +01:00
parent 481bda31eb
commit 5d7d2d31d5

View File

@@ -1168,3 +1168,8 @@ pre:after
text-align: right;
top: 0;
}
td::before
{
display: none;
}