From 51c044bd94bf9fba2d7e14fcf369d399438aaa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Mon, 29 Jul 2024 06:21:41 +0300 Subject: [PATCH] Work around audit button spacing issue --- inventory-app/templates/inventory.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/inventory-app/templates/inventory.html b/inventory-app/templates/inventory.html index e581e51..93015ed 100644 --- a/inventory-app/templates/inventory.html +++ b/inventory-app/templates/inventory.html @@ -35,12 +35,14 @@ {{ item | user_link}} {% if can_audit %} - +
+ +
{% endif %}