From c0df37e99652a5635d7612f41d1e066712c3762c Mon Sep 17 00:00:00 2001 From: apapachristou Date: Tue, 29 Oct 2019 10:19:01 +0200 Subject: [PATCH] Fixes RDACommonStandards select panel width --- .../field/dataset-profile-editor-field.component.html | 2 +- .../field/dataset-profile-editor-field.component.scss | 10 +++++++--- 2 files changed, 8 insertions(+), 4 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 20c5d1371..d12c63bb3 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 946679a44..a583196a5 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,3 +1,7 @@ -.full-width{ - width: 100%; -} \ No newline at end of file +.full-width { + width: 100%; +} + +.rda-cs { + min-width: 17vw; +}