From 93b70cb2b7c0da6dc6218ba9899e19654179e215 Mon Sep 17 00:00:00 2001 From: Timur Carpeev Date: Wed, 23 Nov 2022 18:17:19 +0100 Subject: [PATCH] Spacing nudges (#2472) * Spacing nudges * Use flex * Added wrapping * Update snapshot --- .../components/OrderPayment/OrderPayment.tsx | 2 +- src/orders/components/OrderPayment/styles.ts | 6 +++ .../OrderUnfulfilledProductsCard/styles.ts | 3 +- .../__snapshots__/Stories.test.ts.snap | 44 ++++++++++++++----- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/src/orders/components/OrderPayment/OrderPayment.tsx b/src/orders/components/OrderPayment/OrderPayment.tsx index fde23a184..b40490c6d 100644 --- a/src/orders/components/OrderPayment/OrderPayment.tsx +++ b/src/orders/components/OrderPayment/OrderPayment.tsx @@ -83,7 +83,7 @@ const OrderPayment: React.FC = props => { /> {order?.status !== OrderStatus.CANCELED && (canCapture || canRefund || canVoid || canMarkAsPaid) && ( -
+
{canCapture && (
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+