summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
-rw-r--r--extensions/BugModal/web/bug_modal.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index 390ba8f5b..16550ae36 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -186,7 +186,7 @@
no_label = 1
hide_on_edit = 1
%]
- <div id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</div>
+ <h1 id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</h1>
[% END %]
[%# alias %]
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index 2c935f84b..0a14975cb 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -252,6 +252,7 @@ input[type="number"] {
}
#field-value-short_desc {
+ margin: 0;
font-weight: bold;
font-size: 120%;
}