From 767638742b3b94e579c6fced2eddbd07402cc368 Mon Sep 17 00:00:00 2001 From: "CITE\\spapacharalampous" Date: Wed, 17 Jul 2024 13:28:21 +0300 Subject: [PATCH] ui fixes --- .../ui/description/editor/description-editor.component.html | 2 +- .../ui/description/editor/description-editor.component.ts | 6 +++--- .../plan/plan-editor-blueprint/plan-editor.component.html | 2 +- .../plan/plan-editor-blueprint/plan-editor.component.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/ui/description/editor/description-editor.component.html b/frontend/src/app/ui/description/editor/description-editor.component.html index f4e629805..705ae09fc 100644 --- a/frontend/src/app/ui/description/editor/description-editor.component.html +++ b/frontend/src/app/ui/description/editor/description-editor.component.html @@ -76,7 +76,7 @@ -
+
diff --git a/frontend/src/app/ui/description/editor/description-editor.component.ts b/frontend/src/app/ui/description/editor/description-editor.component.ts index c08a43f3f..5cf384710 100644 --- a/frontend/src/app/ui/description/editor/description-editor.component.ts +++ b/frontend/src/app/ui/description/editor/description-editor.component.ts @@ -73,6 +73,7 @@ export class DescriptionEditorComponent extends BaseEditor
  • -
    {{'PLAN-EDITOR.DESCRIPTION' | translate}}: {{ description.label }}
    +
    {{'PLAN-EDITOR.DESCRIPTION' | translate}}: {{ description.label }}
    close
    check
    diff --git a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss index 0c09614fa..aef8fa680 100644 --- a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss +++ b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.scss @@ -81,7 +81,7 @@ } .stepper-options { - height: calc(100vh - 650px); + height: calc(100vh - 550px); overflow-y: auto; }