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

Don’t display bottom border on cells in split rows #2166

Closed
liZe opened this issue May 28, 2024 · 0 comments
Closed

Don’t display bottom border on cells in split rows #2166

liZe opened this issue May 28, 2024 · 0 comments
Labels
bug Existing features not working as expected
Milestone

Comments

@liZe
Copy link
Member

liZe commented May 28, 2024

<style>
  @page { margin: 0; size: 10em 4em }
  body { margin: 0 }
  td { border-bottom: 1px solid }
</style>
<table>
  <tr>
    <td>
      a
    </td>
    <td>
      a<br>
      a<br>
      a<br>
      a
    </td>
  </tr>
</table>
@liZe liZe added the bug Existing features not working as expected label May 28, 2024
@liZe liZe added this to the 63.0 milestone Jul 10, 2024
@liZe liZe closed this as completed in 3a1259f Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing features not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant