From 1f6b73843d4ead277c6ea32c9a6b7000dd8db412 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 7 Aug 2020 17:37:44 +0200 Subject: [PATCH] Simple solution. --- .../content/shared/list/content-value.component.html | 2 +- .../content/shared/list/content-value.component.scss | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) 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