Fix: Sin Padding Top/Bottom en Ticket Canilla
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m56s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m56s
This commit is contained in:
@@ -35,7 +35,7 @@ namespace GestionIntegral.Api.Controllers.Reportes.PdfTemplates
|
||||
.Height(PageSizes.A6.Height)
|
||||
.Column(a6ContentColumn =>
|
||||
{
|
||||
a6ContentColumn.Item().Padding(10, Unit.Millimetre).Column(content =>
|
||||
a6ContentColumn.Item().PaddingRight(10, Unit.Millimetre).PaddingLeft(10, Unit.Millimetre).Column(content =>
|
||||
{
|
||||
content.Item().Element(ComposeHeader);
|
||||
content.Item().Element(ComposeContent);
|
||||
|
||||
Reference in New Issue
Block a user