Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pagedjs
pagedjs
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 150
    • Issues 150
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 10
    • Merge Requests 10
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Tools
  • pagedjspagedjs
  • Issues
  • #246

Closed
Open
Opened Sep 12, 2020 by Marcus@Colonelbundy
  • Report abuse
  • New issue
Report abuse New issue

Table overflow premature breaks

I have a table that spans about 25 pages or so, about 5 columns and each td has an arbitrary length of text that may or may not wrap to multiple lines. The problem with this is as soon as a few td's have their text wrapped to a new line and this goes on for multiple elements across the whole documents, you start seeing weird behavior of random breaks in the table. Neither orphans or break-inside can prevent this.

image

Only thing that does prevent this without modifying any content is to set all tables to height: 100% but then when I actually want a break before something that last table will just look weird. And to prevent this while modifying your content is to prevent word wraps which is also counter intuitive.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: tools/pagedjs#246