Skip to content

Edge and Print: Long Table starts at page 2 #253

@GitToTheHub

Description

@GitToTheHub

Hi,

I upgraded from version 2.3.2 to 2.3.7 and now long tables start at page 2 when printing on Edge browser. On Safari browser, this does not happen.

This is due to the new print rule break-inside: avoid; for figure and table:

simple.css/simple.css

Lines 765 to 767 in f11244c

pre, table, figure, img, svg {
break-inside: avoid;
}

Here how it looks like on Edge:

Image

How it look on Safari:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions