瀏覽代碼

[fix] Mozilla hack for images in table for print

version-14
Anand Doshi 10 年之前
父節點
當前提交
ed29c8b25e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      frappe/templates/styles/standard.css

+ 5
- 0
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 {


Loading…
取消
儲存