Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
adjust header
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Jan 2, 2017
1 parent f541109 commit 0b21cbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/pdf-reminder-simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ return /******/ (function(modules) { // webpackBootstrap
margin: [0, 30, 0, 0],
layout: "noBorders",
table: {
widths: ["auto", "auto", "*", "auto", "auto"],
widths: invertHeader ? ["auto", 210, 0, "auto", "auto"] : ["auto", "auto", "*", "auto", "auto"],
body: headTableBody
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdf-reminder-simple",
"description": "A simple pdf reminder template",
"version": "0.2.2",
"version": "0.2.3",
"author": "Orbin",
"keywords": [
"pdf",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function getTemplate(options) {
margin: [0, 30, 0, 0],
layout: "noBorders",
table: {
widths: ["auto", "auto", "*", "auto", "auto"],
widths: invertHeader ? ["auto", 210, 0, "auto", "auto"] : ["auto", "auto", "*", "auto", "auto"],
body: headTableBody
}
}, {
Expand Down

0 comments on commit 0b21cbf

Please sign in to comment.