From 165f171b92975df1a0277c57b095ac128ea47c71 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Fri, 13 Oct 2023 14:43:43 +0300 Subject: [PATCH] RED-7678 - In-Place editing fields in Workflow View not aligned correctly --- .../file-attribute/file-attribute.component.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.scss b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.scss index 528c7a471..4be2056d5 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.scss +++ b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.scss @@ -72,8 +72,10 @@ background: transparent; } - &.file-name-column-input, - .workflow-edit-input { + &.workflow-edit-input { + justify-content: space-between; + left: 0; + top: -5px; box-shadow: none; width: 100%; position: absolute; @@ -82,12 +84,6 @@ form { width: 100%; } - } - - &.workflow-edit-input { - justify-content: space-between; - left: 0; - top: -5px; iqser-circle-button { margin: 0 5px;