diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-04-26 13:57:55 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-04-26 13:57:55 +0700 |
| commit | 145f9edfd32b385771483b9b95a9fa0fa24c2dec (patch) | |
| tree | 0e2b09659c21a66b0693690b4a04e0aeabd4565d /src-migrate | |
| parent | ed0d0293f88adf3c5312cb556bc464e330b3672a (diff) | |
css
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/pages/shop/cart/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx index 9866be46..e101b5ad 100644 --- a/src-migrate/pages/shop/cart/index.tsx +++ b/src-migrate/pages/shop/cart/index.tsx @@ -110,7 +110,7 @@ const CartPage = () => { <CartSummary {...summary} isLoaded={!!cart} /> )} - <div className={style['summary-buttons']}> + <div className={style['summary-buttons'] + isStepApproval ? '!grid-cols-1 mt-4' : ''}> <Tooltip label={ hasSelectedPromo && |
