css - 'page-break-inside' breaks width of table -


i have table gets converted pdf printing (by third party plug in). table has set width , margins. table breaking funny might expect, added table tr { page-break-inside: avoid; page-break-after:auto; }.

that fixed row breaking issue, table width , margins ignored. no matter how specify selectors, adding !important, nothing width back.

has seen issues this? i'm not sure how create fiddle demonstrate printing problem this.


Comments