Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Sep 27, 2023
1 parent dc72f2c commit a50df3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ContentCancel({
: `${ordersSoftCancel.length}/${orders.length}`

return (
<Modal maxWidth={isCancelAll && !isCancelDone ? 600 : 480} isOpen={isOpen} onDismiss={onDismiss}>
<Modal maxWidth={isCancelAll && !isCancelDone ? 600 : 500} isOpen={isOpen} onDismiss={onDismiss}>
<Container>
<Header title={isCancelAll ? t`Bulk Cancellation` : t`Cancel an order`} onDismiss={onDismiss} />
{isCancelAll ? (
Expand Down

0 comments on commit a50df3c

Please sign in to comment.