Browse Source

Simple solution.

pull/556/head
Sebastian 5 years ago
parent
commit
1f6b73843d
  1. 2
      frontend/app/features/content/shared/list/content-value.component.html
  2. 8
      frontend/app/features/content/shared/list/content-value.component.scss

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

@ -4,5 +4,5 @@
</span>
</ng-container>
<ng-template #html>
<span [outerHTML]="value.html"></span>
<div class="html-value" [innerHTML]="value.html"></div>
</ng-template>

8
frontend/app/features/content/shared/list/content-value.component.scss

@ -1,6 +1,4 @@
:host {
direction: ltr;
display: block;
.html-value {
position: relative;
}
@ -19,9 +17,5 @@
span {
@include truncate;
&::after {
content: '';
}
}
}
Loading…
Cancel
Save