From 8debd1286337c5ce05a171d7778a99ef912a5989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20S=C3=BCtterlin?= Date: Mon, 8 Apr 2024 18:58:51 +0200 Subject: [PATCH] Allow for non-square logos in Navbar Some Logos are not "squareable", so they currently look either distorted (without user intervention) or way too small (by manually squaring it) By loosening the width restriction, most logos, square or rectangular, will not be distorted and scaled automatically. --- InvenTree/templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/navbar.html b/InvenTree/templates/navbar.html index 157d45e92a67..d2d185d34cac 100644 --- a/InvenTree/templates/navbar.html +++ b/InvenTree/templates/navbar.html @@ -14,7 +14,7 @@