diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 18:19:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 18:19:21 +0200 |
| commit | 3f76b12c0f822d2d47dfbdd745f80ee803d95d98 (patch) | |
| tree | fe758d570a84775e7941905c8859ded21c36876a /animism-align/frontend/app/views/align/components/annotations/annotation.form.css | |
| parent | 07cfcc049e8d7bf437b732808397d7b41be9f841 (diff) | |
form field for actual ts of note
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.form.css')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotation.form.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
