ng2-pdfjs-viewer 25.0.11 → 25.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5299,6 +5299,11 @@ body.wait::before{
5299
5299
  mask-image:var(--toolbarButton-print-icon);
5300
5300
  }
5301
5301
 
5302
+ /* Print service dialog styling */
5303
+ .print-service-dialog {
5304
+ min-width: 200px;
5305
+ }
5306
+
5302
5307
  #downloadButton::before{
5303
5308
  -webkit-mask-image:var(--toolbarButton-download-icon);
5304
5309
  mask-image:var(--toolbarButton-download-icon);
@@ -703,7 +703,7 @@ See https://github.com/adobe-type-tools/cmap-resources
703
703
  </div>
704
704
  </dialog>
705
705
 
706
- <dialog id="printServiceDialog" style="min-width: 200px;">
706
+ <dialog id="printServiceDialog" class="print-service-dialog">
707
707
  <div class="row">
708
708
  <span data-l10n-id="pdfjs-print-progress-message"></span>
709
709
  </div>