From cd18d1595bdf5a72b59fae254d2457654e4e0a19 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Thu, 16 Nov 2023 13:57:20 +0100 Subject: [PATCH] Fix input field layout for annotation form --- .../javascripts/components/annotations/annotation_form.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/components/annotations/annotation_form.ts b/app/assets/javascripts/components/annotations/annotation_form.ts index f3da2cdb30..f98c23e5ed 100644 --- a/app/assets/javascripts/components/annotations/annotation_form.ts +++ b/app/assets/javascripts/components/annotations/annotation_form.ts @@ -280,7 +280,7 @@ export class AnnotationForm extends watchMixin(ShadowlessLitElement) { ` : ""}
-
+
${ this.canSaveAnnotation && this._savedAnnotationId == "" ? html`
@@ -312,7 +312,7 @@ export class AnnotationForm extends watchMixin(ShadowlessLitElement) {
` : ""}
-
+