780dea4097c944ccb5159d258f0692afd72d4d4b
FAQ/Questions/Preventing-page-break-in-images.md
| ... | ... | @@ -0,0 +1,5 @@ |
| 1 | +##About |
|
| 2 | + |
|
| 3 | +By default, Izenda will page break inside of an image if necessary. To prevent this behavior, add this CSS to either the individual report using the CSS box in the Style tab, or in the master Report.css |
|
| 4 | + |
|
| 5 | + img{ page-break-inside:avoid; } |
|
| ... | ... | \ No newline at end of file |