diff --git a/InvenTree/templates/InvenTree/index.html b/InvenTree/templates/InvenTree/index.html
index 14fc31531a..81264305c5 100644
--- a/InvenTree/templates/InvenTree/index.html
+++ b/InvenTree/templates/InvenTree/index.html
@@ -12,12 +12,14 @@
- -
+
-
@@ -54,7 +56,7 @@ function addHeaderAction(label, title, icon, options) {
// Add a detail item to the detail item-panel
$("#detail-item-list").append(
- `
-
+ `
-
${title}
`
diff --git a/InvenTree/templates/InvenTree/search.html b/InvenTree/templates/InvenTree/search.html
index bc1eb013bf..d1d22e420a 100644
--- a/InvenTree/templates/InvenTree/search.html
+++ b/InvenTree/templates/InvenTree/search.html
@@ -26,12 +26,14 @@
{% endif %}
- -
+
-
@@ -67,7 +69,7 @@
// Add a results table
$('#search-result-list').append(
- `
-
+ `
-
${title}
`