Skip to content

Commit

Permalink
[#50011] Word "Description" should be higher position in new document…
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-braeunlein authored and oliverguenther committed Feb 26, 2024
1 parent 3295a05 commit 456667a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/documents/app/views/documents/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ See COPYRIGHT and LICENSE files for more details.
<div class="form--field -visible-overflow">
<%= 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) %>
Expand Down

0 comments on commit 456667a

Please sign in to comment.