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; // }