Update preview-popup.component.html
This commit is contained in:
parent
0abdb96103
commit
90f2475a79
@ -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>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user