From 0a47cc19a5d3f9c0f3c3195af4c8292144799220 Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Fri, 22 Nov 2019 12:47:06 +0200 Subject: [PATCH] Fixes view bug on RDA standards listing. --- .../field/dataset-profile-editor-field.component.html | 2 +- .../field/dataset-profile-editor-field.component.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.html b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.html index d12c63bb3..20c5d1371 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.html +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.html @@ -43,7 +43,7 @@ {{'DATASET-PROFILE-EDITOR.STEPS.FORM.COMPOSITE-FIELD.FIELDS.RDA-COMMON-STANDARDS' | translate}} - + -- {{property}} diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.scss b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.scss index a583196a5..3db0dee74 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.scss +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.scss @@ -1,7 +1,3 @@ .full-width { width: 100%; } - -.rda-cs { - min-width: 17vw; -}