Fix table borders between th and td in same line

This commit is contained in:
BBaoVanC 2023-01-26 16:43:46 -06:00
parent ebaa1de00b
commit d7647a0b6f
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 2 deletions

View File

@ -694,8 +694,7 @@ table.markdown td {
padding: 8px;
}
table.markdown th + th,
table.markdown td + td {
table.markdown :is(th, td) + :is(th, td) {
border-left: 2px solid var(--text-1);
}