diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index 2efa3978f..75348a5c9 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -362,6 +362,9 @@ table.report th a { border-radius: .25em; vertical-align: middle; } +h1.title { + margin-top: 0; +} .text-nowrap { white-space: nowrap; } diff --git a/netbox/templates/extras/report.html b/netbox/templates/extras/report.html index 76a34c060..f2c5edf23 100644 --- a/netbox/templates/extras/report.html +++ b/netbox/templates/extras/report.html @@ -27,7 +27,7 @@ {% endif %} -

{{ report.name }}

+

{{ report.name }}

{% if report.description %}

{{ report.description }}

{% endif %} diff --git a/netbox/templates/extras/script.html b/netbox/templates/extras/script.html index 3f0839512..7a99d245d 100644 --- a/netbox/templates/extras/script.html +++ b/netbox/templates/extras/script.html @@ -15,7 +15,7 @@ -

{{ script }}

+

{{ script }}

{{ script.Meta.description|render_markdown }}