[fix] Mozilla hack for images in table for print

This commit is contained in:
Anand Doshi 2015-07-15 12:28:55 +05:30
parent 2eca227957
commit ed29c8b25e

View file

@ -24,6 +24,11 @@
.page-break:last-child {
border-bottom: 0px;
}
/* mozilla hack for images in table */
body:last-child .print-format td img {
width: 100% !important;
}
}
@media print {