From 09046aec62c9ba7c83b5ecce1ba592b6e9859a1c Mon Sep 17 00:00:00 2001
From: Michael Danielczok <michael@pcsg.de>
Date: Tue, 9 Jul 2024 13:35:52 +0200
Subject: [PATCH] fix: correct css varibale name

---
 bin/css/order.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/css/order.css b/bin/css/order.css
index 57c86f0..679e106 100644
--- a/bin/css/order.css
+++ b/bin/css/order.css
@@ -74,7 +74,7 @@ th.quiqqer-order-basket-articles-header-price {
 }
 
 .quiqqer-order-basket-articles-article-image {
-    width: var(--_qui-order-basket-articles-image-width-width);
+    width: var(--_qui-order-basket-articles-image-width);
     text-align: center;
 }
 
-- 
GitLab