ERPNext - Print Format for PDF

My issue as shown below:

<p class="text-center"><b>Details of SOP</b></p>

<div>
    {{doc.sop_info}}
    <div class="page-break"></div>
</div>

There is a horizontal scroll, how can I remove it?

1 Like

{{doc.sop_info}}

This one is text-editor so when I try your code above it does not work though. Still same result.

1 Like

Jeel, I think you just save my trouble. Many thanks to you.