Skip to content

Commit

Permalink
Merge pull request #717 from Paulo-Teodoro/develop
Browse files Browse the repository at this point in the history
fix: Espaçamento para linha pontilhada não ficar rente ao código de barras do carnê
  • Loading branch information
eduardokum authored Nov 23, 2023
2 parents 1704576 + cca9fda commit a605599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Boleto/Render/view/carne.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
@include('BoletoHtmlRender::partials/ficha-compensacao')
</div>
<div style="clear: both"></div>
<div class="linha-pontilhada">Corte na linha pontilhada</div>
<div class="linha-pontilhada" style="margin-top: 10px;">Corte na linha pontilhada</div>
</div>

@if(count($boletos) > 3 && $i > 0 && ($i+1) % 3 === 0)
Expand Down

0 comments on commit a605599

Please sign in to comment.