This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
[fix] Mozilla hack for images in table for print
version-14
Anand Doshi
10 年之前
父節點
2eca227957
當前提交
ed29c8b25e
共有
1 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
取消
儲存