From a0e5c3931f18ef8e5a24f345811807d003085d96 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Mon, 29 Apr 2024 14:26:37 +0300 Subject: [PATCH] description editor styling change --- .../ui/description/editor/description-editor.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.scss b/dmp-frontend/src/app/ui/description/editor/description-editor.component.scss index b08935d10..f96ec8ad7 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.scss +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.scss @@ -491,6 +491,10 @@ mat-icon.size-18 { width: auto; } +::ng-deep label { + margin: 0; +} + // ::ng-deep .mat-tab-labels { // justify-content: space-between; // }