Skip to content

Instantly share code, notes, and snippets.

@jl91
Last active July 8, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jl91/db44f3bb81053ca85af0fba26692ad77 to your computer and use it in GitHub Desktop.
Save jl91/db44f3bb81053ca85af0fba26692ad77 to your computer and use it in GitHub Desktop.
@media print {
.card {
position: relative;
.container-list {
float: none !important;
border: solid 1px black;
position: relative;
page-break-before: auto !important;
page-break-inside: avoid !important;
page-break-after: always !important;
.container-table {
}
.container-images {
.question-photos {
.photo-gallery {
.photo-col {
.polaroid {
.resume-img {
page-break-inside: avoid !important;
break-inside: avoid !important;
object-fit: contain !important;
display: block !important;
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment