Skip to content

Commit af10628

Browse files
author
Roberto Alves
committed
fix: voltado para tamanho 11
1 parent e432f74 commit af10628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NFe.Danfe.QuestPdf/ImpressaoNfce/DanfeNfceDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private void Conteudo(IContainer container)
153153
t.Header(h =>
154154
{
155155
h.Cell().Element(CellStyle).Text("Num.").ExtraBlack();
156-
h.Cell().ColumnSpan(9).Element(CellStyle).Text("Descrição").ExtraBlack();
156+
h.Cell().ColumnSpan(11).Element(CellStyle).Text("Descrição").ExtraBlack();
157157
h.Cell().RowSpan(1);
158158
h.Cell().ColumnSpan(2).Element(CellStyle).AlignRight().Text("Qtde Un ").ExtraBlack();
159159
h.Cell().ColumnSpan(1).Element(CellStyle).AlignCenter().Text("X").ExtraBlack();

0 commit comments

Comments
 (0)