mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3814] Fix PDF file not centered on PDF Viewer (#4055)
This commit is contained in:
committed by
Eugenio Romano
parent
fead152ca2
commit
7340fce205
@@ -143,7 +143,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-page {
|
.page {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
width: 816px;
|
width: 816px;
|
||||||
height: 1056px;
|
height: 1056px;
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user