Skip to content

Commit 5639540

Browse files
author
Alejandro Gastelum Flores
committed
Small update to stories styling
1 parent 6f38a10 commit 5639540

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-paypal-js/src/stories/payPalCardFields/payPalCardFieldsIndividual.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ export const WithDynamicOrderState: FC = () => {
397397
borderCollapse: "collapse",
398398
border: "1px solid black",
399399
width: "100%",
400+
maxWidth: "1400px",
400401
textAlign: "center",
401402
} as React.CSSProperties;
402403

packages/react-paypal-js/src/stories/payPalCardFields/payPalCardFieldsProvider.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ export const WithDynamicOrderState: FC = () => {
400400
borderCollapse: "collapse",
401401
border: "1px solid black",
402402
width: "100%",
403+
maxWidth: "1000px",
403404
textAlign: "center",
404405
} as React.CSSProperties;
405406

0 commit comments

Comments
 (0)