Merge pull request #15996 from Snuffleupagus/skip-CSS-singlePageView
Limit the `singlePageView` CSS rules to only the COMPONENTS build
This commit is contained in:
commit
9261daa233
@ -83,6 +83,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*#if COMPONENTS*/
|
||||||
.pdfViewer.singlePageView {
|
.pdfViewer.singlePageView {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
@ -91,6 +92,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
/*#endif*/
|
||||||
|
|
||||||
.pdfViewer.scrollHorizontal,
|
.pdfViewer.scrollHorizontal,
|
||||||
.pdfViewer.scrollWrapped,
|
.pdfViewer.scrollWrapped,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user