Skip to content

Commit

Permalink
Bump ng2-pdf-viewer
Browse files Browse the repository at this point in the history
Picks up render fix VadimDez/ng2-pdf-viewer#299
  • Loading branch information
azhu2 committed Jan 24, 2021
1 parent ec46e97 commit c9a5f4b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 48 deletions.
79 changes: 32 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@angular/router": "^9.0.5",
"ng2-pdf-viewer": "^5.3.4",
"ng2-pdf-viewer": "^6.0.0",
"rxjs": "~6.5.4",
"ngx-markdown": "^9.0.0",
"tslib": "^1.11.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/resume/resume.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pdf-viewer {
display: block;
max-width: 1024px;
margin: 0 auto;
flex: 1;
}

a {
Expand Down

0 comments on commit c9a5f4b

Please sign in to comment.