From ed29c8b25e0861b64f9c24cf19dee47bbfb1e4fb Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 15 Jul 2015 12:28:55 +0530 Subject: [PATCH] [fix] Mozilla hack for images in table for print --- frappe/templates/styles/standard.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frappe/templates/styles/standard.css b/frappe/templates/styles/standard.css index a2b9e0fb1a..2e5e4b5469 100644 --- a/frappe/templates/styles/standard.css +++ b/frappe/templates/styles/standard.css @@ -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 {