I am facing an issue where a <tr>
contains 4 <th>
s without borders, and each of them is 22 pixels tall, which perfectly matches my $base-line-height
.
However, when I add +horizontal-borders(1px, 0)
, the height of the <th>
s increases to 23 pixels, disrupting my vertical rhythm.
Can anyone explain why this is happening and suggest a solution to fix it?