Commit a393e491 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '288326-wiki-edit-page-title-s-styling-mismatch-2' into 'master'

Resolve "Wiki edit page: title's styling mismatch"

See merge request gitlab-org/gitlab!50940
parents 1d1d7102 f2f3f3d2
= form_for [@project, @issue],
html: { class: 'issue-form common-note-form js-quick-submit js-requires-input' } do |f|
html: { class: 'issue-form common-note-form gl-mt-3 js-quick-submit js-requires-input' } do |f|
= render 'shared/issuable/form', f: f, issuable: @issue
......@@ -2,7 +2,7 @@
- breadcrumb_title _("New")
- page_title _("New Issue")
%h3.page-title= _("New Issue")
%hr
.top-area.flex-lg-row
%h3.page-title= _("New Issue")
= render "form"
---
title: Make new issue title look like wiki
merge_request: 50940
author: Jacopo Beschi @jacopo-beschi
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