[ADF-3814] Fix PDF file not centered on PDF Viewer (#4055)

This commit is contained in:
davidcanonieto
2018-12-05 19:15:34 +00:00
committed by Eugenio Romano
parent fead152ca2
commit 7340fce205
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@
overflow: hidden; overflow: hidden;
} }
.adf-page { .page {
direction: ltr; direction: ltr;
width: 816px; width: 816px;
height: 1056px; height: 1056px;

View File

@@ -81,7 +81,7 @@
"max-line-length": 100, "max-line-length": 100,
"linebreaks": "unix", "linebreaks": "unix",
"selector-class-pattern": [ "selector-class-pattern": [
"^_?(adf|adf-|cdk-|example-|demo-|mat-|material-|textLayer|canvasWrapper)", "^_?(adf|adf-|cdk-|example-|demo-|mat-|material-|textLayer|canvasWrapper|page)",
{ {
"resolveNestedSelectors": true "resolveNestedSelectors": true
} }