From ab07929942e4add19d1f414ca32ee6f58a1056bc Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Fri, 17 Mar 2023 13:26:47 +0200 Subject: [PATCH] Revert "RED-6381 - Display titles of file attributes in workflow view" This reverts commit 692fce549e2e58d63aff4a0b4a56f756092d4ef6. --- .../workflow-item/workflow-item.component.html | 5 ++--- .../workflow-item/workflow-item.component.scss | 16 ---------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html index 27720cc5e..9b743922e 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html @@ -13,9 +13,8 @@ -
- {{ config.label }} - {{ file.fileAttributes.attributeIdToValue[config.id] || '-' }} +
+ {{ file.fileAttributes.attributeIdToValue[config.id] || '-' }}
diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.scss b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.scss index 80fd48faa..3f2e7cc60 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.scss +++ b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.scss @@ -10,22 +10,6 @@ &:hover redaction-file-actions { display: initial; } - - .attribute { - display: flex; - flex-direction: column; - - b { - text-transform: uppercase; - } - - b, - span { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - } - } } .details-wrapper {