From 196eb9b24239d1c1a3bd752dfc7e61cc188b5ed3 Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Tue, 18 Feb 2020 13:05:55 +0200 Subject: [PATCH] Remove unused style class --- dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss index d3be08994..a96a07110 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss @@ -29,11 +29,6 @@ padding-right: 6px; } -.actions { - display: flex; - justify-content: flex-end; -} - ::ng-deep .mat-tab-labels { justify-content: space-between; }