Commit 675f5954 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Bigger and bold title for issue/mr show pages

parent 50df9a7c
......@@ -171,9 +171,9 @@ form.edit-issue {
}
}
h3.issue-title {
h2.issue-title {
margin-top: 0;
font-size: 2em;
font-weight: bold;
}
.context .select2-container {
......
......@@ -26,7 +26,7 @@
Edit
%hr
%h3.issue-title
%h2.issue-title
= gfm escape_once(@issue.title)
%div
- if @issue.description.present?
......
%h3.issue-title
%h2.issue-title
= gfm escape_once(@merge_request.title)
%div
......
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