From 7e44873dbb70be8b0cf779835788b320013e0974 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Fri, 20 Oct 2023 14:46:15 +0300 Subject: [PATCH] RED-7678 - In-Place editing fields in Workflow View not aligned correctly --- .../components/file-attribute/file-attribute.component.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 a4410d2b2..e48c4633a 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 @@ -106,6 +106,10 @@ font-size: 12px; padding-left: 5px; } + + mat-datepicker-toggle { + bottom: -8px; + } } }