diff --git a/frontend/app/features/content/shared/list/content-value.component.html b/frontend/app/features/content/shared/list/content-value.component.html index c878cfa92..74a7d0d67 100644 --- a/frontend/app/features/content/shared/list/content-value.component.html +++ b/frontend/app/features/content/shared/list/content-value.component.html @@ -4,5 +4,5 @@ - +
\ No newline at end of file diff --git a/frontend/app/features/content/shared/list/content-value.component.scss b/frontend/app/features/content/shared/list/content-value.component.scss index e08e1c228..1be8b5bbc 100644 --- a/frontend/app/features/content/shared/list/content-value.component.scss +++ b/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: ''; - } } } \ No newline at end of file