Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border between rows is 1 pixel wider within nested tables #359

Closed
dlom opened this issue Oct 2, 2011 · 1 comment
Closed

Border between rows is 1 pixel wider within nested tables #359

dlom opened this issue Oct 2, 2011 · 1 comment

Comments

@dlom
Copy link

dlom commented Oct 2, 2011

<table><tbody>
<tr>
<td>One</td>
<td>
  <table>
    <thead><tr>
      <th>Test 1</th>
    </tr></thead>
     <tbody><tr>
      <td>Test 1</td>
    </tr></tbody>
  </table></td>
</tr>
<tr>
<td>Two</td>
<td>
  <table>
    <thead><tr>
      <th>Test 1</th>
    </tr></thead>
    <tbody><tr>
      <td>Test 2</td>
    </tr></tbody>
  </table>
</td>
</tr>
</tbody></table>

Tables nested like this will produce an effect like this:
Result
The extra pixel of width is between the "Test 1" and the "Test 2" of the "Two" row.

@dlom
Copy link
Author

dlom commented Oct 5, 2011

Just realized this is basically the same bug as Issue 328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant