Browse Source

Fix image preview.

pull/519/head
Sebastian 6 years ago
parent
commit
a8b90a66ac
  1. 2
      frontend/app/features/content/shared/list/content-value.component.html

2
frontend/app/features/content/shared/list/content-value.component.html

@ -2,5 +2,5 @@
<span class="truncate">{{value}}</span>
</ng-container>
<ng-template #html>
<span class="html-value" [innerHTML]="value.html"></span>
<span class="html-value truncate" [innerHTML]="value.html"></span>
</ng-template>
Loading…
Cancel
Save