From 4f56abf31210235218712694a86246e39e6bd440 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 9 May 2019 17:49:41 +1000 Subject: [PATCH] Fix scaling for thumbnail icons --- InvenTree/static/css/inventree.css | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 7d624fd8a1..9c1d470cab 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -30,6 +30,7 @@ background: #eee; width: 28px; height: 28px; + object-fit: contain; border: 1px solid #cce; }