From bed4c2f4677203121d155cf9ad2a9f4937e6f908 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:29:24 +0700 Subject: [PATCH] Align order status to the left --- app/components/orders/OrderSummaryCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/orders/OrderSummaryCard.vue b/app/components/orders/OrderSummaryCard.vue index cdaef95..5d627c2 100644 --- a/app/components/orders/OrderSummaryCard.vue +++ b/app/components/orders/OrderSummaryCard.vue @@ -88,7 +88,7 @@ const codeLabel = computed(() => formatOrderCode(props.code)); -