From 8c241fd47fb823fa32954129b5833195459d39ac Mon Sep 17 00:00:00 2001 From: dtziotzios Date: Thu, 14 Mar 2019 17:39:30 +0200 Subject: [PATCH] Polishing position and fixes bug on "add one field" button. --- .../components/form-section/form-section.component.html | 2 +- .../components/form-section/form-section.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html index 021b90bfc..e159a3c75 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.html @@ -32,7 +32,7 @@
+ class="col-12 addOneFieldButton"> diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.scss b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.scss index f8a8dab85..d9df0bba6 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.scss +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.scss @@ -4,6 +4,7 @@ } .addOneFieldButton { margin-top: -15px; + margin-left: -11px; } } .styleBorder{