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

Make the theme printable #99

Open
AlexisTM opened this issue Jul 2, 2018 · 1 comment
Open

Make the theme printable #99

AlexisTM opened this issue Jul 2, 2018 · 1 comment

Comments

@AlexisTM
Copy link

AlexisTM commented Jul 2, 2018

By adding page-break-inside: avoid; to the card-nested CSS, the theme becomes printable with nice transitions.

  .card-nested {
    min-height: 0;
    border-width: 1px 0 0 0;
    page-break-inside: avoid;
  }

By adding the following CSS, the border of the background is not visible while printing.

  @media print {
    .background-card {
      border: none;
    }
  }
@mudassir0909
Copy link
Owner

Thanks for the suggestion, I'll have a look tonight plus I realised that the icons don't render anymore :O

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants