Skip to content

Commit

Permalink
refactor: fixed cell size
Browse files Browse the repository at this point in the history
corrected line break in preview with increased font size
  • Loading branch information
Isaac Cruz committed Aug 20, 2024
1 parent bd04e23 commit 1124ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/sections/generic_cfdi_totales_content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const fillCfdiImpuestos = (
};
const trasladosTable: TableCell = {
table: {
widths: ['10%', '10%', '20%', '18%', 'auto'],
widths: ['10%', '15%', '20%', '18%', 'auto'],
body: [
[
{
Expand Down

0 comments on commit 1124ba4

Please sign in to comment.