Update preview-popup.component.html

This commit is contained in:
shamoon 2024-10-14 13:44:53 -07:00
parent 0abdb96103
commit 90f2475a79

View File

@ -6,7 +6,7 @@
} @else { } @else {
@if (renderAsObject) { @if (renderAsObject) {
@if (previewText) { @if (previewText) {
<div class="preview-sticky bg-light p-3 overflow-auto whitespace-preserve" width="100%">{{previewText}}</div> <div class="bg-light p-3 overflow-auto whitespace-preserve" width="100%">{{previewText}}</div>
} @else { } @else {
<object [data]="previewURL | safeUrl" width="100%" class="bg-light" [class.p-2]="!isPdf"></object> <object [data]="previewURL | safeUrl" width="100%" class="bg-light" [class.p-2]="!isPdf"></object>
} }