From 3f76b12c0f822d2d47dfbdd745f80ee803d95d98 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 21 Oct 2020 18:19:21 +0200 Subject: form field for actual ts of note --- .../align/components/annotations/annotation.form.css | 4 ++++ .../align/components/annotations/annotation.form.js | 2 +- .../annotations/annotationForms/annotationForm.text.js | 16 ++++++++++++++++ .../components/annotations/annotationForms/index.js | 2 ++ 4 files changed, 23 insertions(+), 1 deletion(-) (limited to 'animism-align/frontend') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.css b/animism-align/frontend/app/views/align/components/annotations/annotation.form.css index 8dcc561..cea5830 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.css +++ b/animism-align/frontend/app/views/align/components/annotations/annotation.form.css @@ -30,6 +30,10 @@ width: 100%; margin-right: 0; } +.annotationForm div.textarea { + margin-bottom: 0.5rem; +} + .annotationForm .options label span:first-child { display: inline-block; width: 6rem; diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js index 92b5a5f..b1bc052 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js @@ -164,7 +164,7 @@ class AnnotationForm extends Component { renderTextarea() { const { annotation } = this.props return ( -
+