Skip to content

Support tabbed content on print #1974

@timvink

Description

@timvink

I checked that...

  • ... the documentation does not mention anything about my idea
  • ... to my best knowledge, my idea wouldn't break something for other users
  • ... there are no open or closed issues that are related to my idea

Description

When printing, tabbed content does not display (either tab). Example (slate color theme):

image

Use Cases

When printing, content of all tabs should at least display. Ideally, the labels for each tab also move along with it. =

Screenshots / Mockups

@media print {
    .tabbed-content {
        display: block !important;
        padding-bottom: 1em;
    }
}

This provides a fix:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    change requestIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if open

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions