From 86014dd4c941096fa2b7ecd1b36f264d80b65006 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Dec 2021 07:58:47 +0100 Subject: [PATCH] fix panel headings --- .../templates/InvenTree/settings/plugin.html | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index ef0888618b..73baced9d2 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -27,13 +27,17 @@ -

{% trans "Plugin list" %} -
- {% url 'admin:plugin_pluginconfig_changelist' as url %} - {% include "admin_button.html" with url=url %} - +
+
+

{% trans "Plugin list" %}

+ {% include "spacer.html" %} +
+ {% url 'admin:plugin_pluginconfig_changelist' as url %} + {% include "admin_button.html" with url=url %} + +
+
-

@@ -105,7 +109,13 @@ {% plugin_errors as pl_errors %} {% if pl_errors %} -

{% trans "Plugin Error Stack" %}

+
+
+

{% trans "Plugin Error Stack" %}

+ {% include "spacer.html" %} +
+
+