nhattantran

Results 4 comments of nhattantran

> Hi, > > Could you please provide a sample, so that we can reproduce your problem? Hi @liZe what do you mean by "sample"? html, css code? You can...

Here is my html code ``` Date Details a b c d {% if template_data.data %} {% for row in template_data.data %} {{row.date}} {{row.narrative}} {% if row.a %}{{row.a}}{% else %}-{%...

css page config ``` @page { size: 612px 792px; margin: 146px 0 130px 0; background: #7CAEB8; } ```

I finally find out the reason for this phenomenon. I wrap this table using a `` tag which has `padding-bottom: 6px`, which may affect the page break algorithm In conclusion,...