Last active
July 8, 2019 21:43
-
-
Save jl91/db44f3bb81053ca85af0fba26692ad77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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