We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa3172 commit af48fa9Copy full SHA for af48fa9
src/pages/cart/CartPage.tsx
@@ -14,6 +14,7 @@ const CartPageContainer = styled.div`
14
flex-direction: column;
15
width: 100%;
16
color: #111827;
17
+ box-sizing: border-box;
18
`;
19
20
const Section = styled.div`
src/pages/cart/OrderConfirmPage.tsx
@@ -17,6 +17,7 @@ const OrderConfirmPageContainer = styled.div`
max-width: 500px;
margin: 0 auto;
21
22
23
src/pages/cart/OrderSuccessPage.tsx
@@ -11,6 +11,7 @@ const OrderSuccessPageContainer = styled.div`
11
12
13
padding: 24px 16px;
const PrimaryBtn = styled.button`
0 commit comments