From 456667a21609f2d6bcecd8fbed52238e113078b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20Br=C3=A4unlein?= Date: Mon, 26 Feb 2024 18:33:23 +0100 Subject: [PATCH] [#50011] Word "Description" should be higher position in new document page https://community.openproject.org/work_packages/50011 --- modules/documents/app/views/documents/_form.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/documents/app/views/documents/_form.html.erb b/modules/documents/app/views/documents/_form.html.erb index 6d4644ba77a9..a3463979684f 100644 --- a/modules/documents/app/views/documents/_form.html.erb +++ b/modules/documents/app/views/documents/_form.html.erb @@ -41,6 +41,9 @@ See COPYRIGHT and LICENSE files for more details.
<%= f.text_area :description, container_class: '-xxwide', + label_options: { + class: '-top' + }, with_text_formatting: true, resource: api_v3_document_resource(f.object), preview_context: preview_context(f.object.project) %>