diff --git a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-claim-section/active-order-claim-section.tsx b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-claim-section/active-order-claim-section.tsx index b9b78f07b0..928f4b8ed9 100644 --- a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-claim-section/active-order-claim-section.tsx +++ b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-claim-section/active-order-claim-section.tsx @@ -48,12 +48,12 @@ export const ActiveOrderClaimSection = ({ background: "repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)", }} - className="-m-4 mb-1 border-b p-4" + className="z-10 -m-4 mb-1 border-x border-b p-4" > -
+
-
+
{t("orders.claims.panel.title")}
diff --git a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-exchange-section/active-order-exchange-section.tsx b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-exchange-section/active-order-exchange-section.tsx index a0dd80fc0f..8def5560e3 100644 --- a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-exchange-section/active-order-exchange-section.tsx +++ b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-exchange-section/active-order-exchange-section.tsx @@ -48,12 +48,12 @@ export const ActiveOrderExchangeSection = ({ background: "repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)", }} - className="-m-4 mb-1 border-b p-4" + className="z-10 -m-4 mb-1 border-x border-b p-4" > -
+
-
+
{t("orders.exchanges.panel.title")}
diff --git a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-return-section/active-order-return-section.tsx b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-return-section/active-order-return-section.tsx index 44738b61ac..dc13d39c2e 100644 --- a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-return-section/active-order-return-section.tsx +++ b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/active-order-return-section/active-order-return-section.tsx @@ -51,12 +51,12 @@ export const ActiveOrderReturnSection = ({ background: "repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)", }} - className="-m-4 mb-1 border-b p-4" + className="z-10 -m-4 mb-1 border-x border-b p-4" > -
+
-
+
{t("orders.returns.panel.title")}
diff --git a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-active-edit-section/order-active-edit-section.tsx b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-active-edit-section/order-active-edit-section.tsx index 76a855cdb3..81c0ec3ca3 100644 --- a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-active-edit-section/order-active-edit-section.tsx +++ b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-active-edit-section/order-active-edit-section.tsx @@ -119,7 +119,7 @@ export const OrderActiveEditSection = ({ background: "repeating-linear-gradient(-45deg, rgb(212, 212, 216, 0.15), rgb(212, 212, 216,.15) 10px, transparent 10px, transparent 20px)", }} - className="-m-4 mb-1 border-b p-4" + className="z-10 -m-4 mb-1 border-x border-b p-4" >