Skip to content

Commit

Permalink
fix: pdf spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Dec 9, 2024
1 parent 54d8df4 commit 6dff92b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ services:
POWERSYNC_CONFIG_PATH: /config/config.yaml
PS_DATABASE_URL: ${PS_DATABASE_URL}
PS_JWT_SECRET: ${JWT_SECRET}
PS_PORT: ${POWERSYNC_PORT:-3003}
ports:
- ${POWERSYNC_PORT:-3003}:8080

Expand Down
1 change: 0 additions & 1 deletion packages/pdf/src/report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const ReportPDFDocument = ({ udap, htmlString, images, pictures }: Report
}}
>
<Html
resetStyles
collapse
style={{
fontSize: "10px",
Expand Down

0 comments on commit 6dff92b

Please sign in to comment.