Commit 8507d5cf authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'issue-type-spacing' into 'master'

Update template warning padding

See merge request gitlab-org/gitlab!42154
parents eabd4c8c e037b396
.form-group.row.js-template-warning.mb-0.hidden.js-issuable-template-warning
.form-group.row.js-template-warning.mb-0.hidden.js-issuable-template-warning{ :class => ("gl-mb-5!" if issuable.supports_issue_type? && can?(current_user, :admin_issue, @project)) }
.offset-sm-2.col-sm-10
.warning_message.mb-0{ role: 'alert' }
......
......@@ -20,7 +20,7 @@
= render 'shared/issuable/form/title', issuable: issuable, form: form, has_wip_commits: commits && commits.detect(&:work_in_progress?)
#js-suggestions{ data: { project_path: @project.full_path } }
= render 'shared/form_elements/apply_template_warning'
= render 'shared/form_elements/apply_template_warning', issuable: issuable
= render 'shared/issuable/form/type_selector', issuable: issuable, form: form
......
---
title: Update template warning padding on New Issue form
merge_request: 42154
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment