diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css
index f11760ae5b..a6272dc76f 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;
}
@@ -85,10 +86,10 @@
}
.part-thumb {
- width: 150px;
- height: 150px;
- margin: 5px;
- padding: 5px;
+ width: 200px;
+ height: 200px;
+ margin: 2px;
+ padding: 3px;
object-fit: contain;
}
@@ -110,7 +111,6 @@
}
.navigation {
- padding-left: 15px;
}
.inventree-content {
@@ -199,6 +199,10 @@
margin-right: 2px;
}
+.button-toolbar {
+ padding-left: 0px;
+}
+
.panel-group {
margin-bottom: 5px;
}
diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html
index fbb46b6e18..0faeb66216 100644
--- a/InvenTree/stock/templates/stock/location.html
+++ b/InvenTree/stock/templates/stock/location.html
@@ -45,7 +45,7 @@