From 9fc6268558245c9f6fc8464da787b314b2dea9d3 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 9 May 2019 17:47:38 +1000 Subject: [PATCH] Increase size of part image display --- InvenTree/static/css/inventree.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index f11760ae5b..deaa631440 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -85,8 +85,8 @@ } .part-thumb { - width: 150px; - height: 150px; + width: 200px; + height: 200px; margin: 5px; padding: 5px; object-fit: contain;