Dear Friends
What is the best way to change Cellpadding & Cellspacing GLOBALLY for all print formats, basically i want to condense the format a bit. Searching through forums found some confusing information.Kindly guide,thank you very much.
Dear Friends
What is the best way to change Cellpadding & Cellspacing GLOBALLY for all print formats, basically i want to condense the format a bit. Searching through forums found some confusing information.Kindly guide,thank you very much.
@jay for one print format, you can add css like this
.print-format table, .print-format tr, .print-format td, .print-format div, .print-format p { font-family: Monospace; line-height: 100%; vertical-align: middle; padding: 2px !important; }If you want to make global change, you can change following file. (Also this file is not frequently changing, so you can ignore it from commit to take bench update)
https://github.com/frappe/frappe/blob/develop/frappe/templates/styles/modern.css#L11