Skip to content

html: support CSS page-break-after: avoid #3375

Open
@ssagiyev-va

Description

@ssagiyev-va

When I export to PDF, I get long table tables. I need it to not break after thead and tbody > tr:first-child. I wrote it like this:
table thead, table tbody > tr:first-child { page-break-after: avoid; }
but it doesn't work. Can you give me some advice?
Screen Shot 2022-02-11 at 12 14 40 AM
Screen Shot 2022-02-11 at 12 11 15 AM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions