Trying to make a print format for Purchase Invoice in Erpnext V13 using bootstrap css
Something like this :
https://getbootstrap.com/docs/4.6/layout/grid/
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
But getting this as output :