[fix] Mozilla hack for images in table for print
This commit is contained in:
parent
2eca227957
commit
ed29c8b25e
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue