From 52ff89f1f572edc8af4ea12d8dc310a1e1c75c26 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 12 Nov 2021 11:09:43 +0100 Subject: [PATCH] fix demo build --- .../administration/form/form.component.ts | 2 +- .../form/steps/step-four/step-four.component.html | 9 +++------ .../steps/step-three/step-three.component.html | 15 ++++----------- .../form/errors-list/errors-list.component.scss | 3 +++ 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/src/app/features/administration/form/form.component.ts b/src/app/features/administration/form/form.component.ts index 7bb6a64f..beb2298e 100644 --- a/src/app/features/administration/form/form.component.ts +++ b/src/app/features/administration/form/form.component.ts @@ -23,7 +23,7 @@ export class FormComponent implements OnInit { private cd: ChangeDetectorRef, private uuidService: UuidService, private toastService: ToastService, - private pollService: PollService, + public pollService: PollService, private router: Router, public route: ActivatedRoute, private apiService: ApiService, diff --git a/src/app/features/administration/form/steps/step-four/step-four.component.html b/src/app/features/administration/form/steps/step-four/step-four.component.html index bf501989..f6ed9b70 100644 --- a/src/app/features/administration/form/steps/step-four/step-four.component.html +++ b/src/app/features/administration/form/steps/step-four/step-four.component.html @@ -54,12 +54,9 @@
- - diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index 275d060b..72754252 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -15,7 +15,7 @@
-
+
- - - - - - -
diff --git a/src/app/features/shared/components/ui/form/errors-list/errors-list.component.scss b/src/app/features/shared/components/ui/form/errors-list/errors-list.component.scss index d2c1ba67..15e9106d 100644 --- a/src/app/features/shared/components/ui/form/errors-list/errors-list.component.scss +++ b/src/app/features/shared/components/ui/form/errors-list/errors-list.component.scss @@ -7,3 +7,6 @@ color: white; border: solid 2px white; } +.validation-error-list { + margin: 2em; +}