diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-27 00:06:19 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-27 00:06:19 -0400 |
| commit | b4a6d48963e18440e4c7b5f61d1f7204edebe175 (patch) | |
| tree | 43e53588042792890683c65b65fb065eae991422 /src/client/views/nodes/PDFBox.scss | |
| parent | 4c4c7d151979d3e7346c8ac32af5173eb1e761b3 (diff) | |
fixed loading of pdfs to show indicator
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 69c4397aa..2917c81cb 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -1,6 +1,6 @@ .pdfBox-cont, .pdfBox-cont-interactive { - display: flex; + display: inline-block; flex-direction: row; height: 100%; width:100%; |
