Make preview slightly wider for firefox
This commit is contained in:
parent
7297d71d42
commit
74191a8dd3
@ -223,7 +223,7 @@
|
||||
<!-- (Hidden) PDF Viewer -->
|
||||
<div class="flex flex-col space-y-6 w-full max-w-md" id="pdfViewerContainer" style="display:none">
|
||||
<div class="rounded-md">
|
||||
<iframe id="pdfViewer" src="" width="400px" height="500px"
|
||||
<iframe id="pdfViewer" src="" width="450px" height="500px"
|
||||
class="rounded-md"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user