diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css
index b29733cd3d..a6272dc76f 100644
--- a/InvenTree/static/css/inventree.css
+++ b/InvenTree/static/css/inventree.css
@@ -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 @@