Skip to content

Commit

Permalink
fix: example card alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Sep 13, 2024
1 parent 4ba8b14 commit 6cf035f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packages/blade/src/components/Card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,15 +490,11 @@ export const InternalCardExample = React.forwardRef((_, ref) => {
<CardHeaderTrailing visual={<CardHeaderBadge color="positive">NEW</CardHeaderBadge>} />
</CardHeader>
<CardBody>
<Box position="relative" overflow="hidden">
<Box maxWidth="200px">
<Text position="relative" zIndex={1}>
Create Razorpay Payments Links and share them with your customers from the Razorpay
Dashboard or using APIs and start accepting payments. Check the advantages, payment
methods, international currency support and more.
</Text>
</Box>
</Box>
<Text position="relative" zIndex={1}>
Create Razorpay Payments Links and share them with your customers from the Razorpay
Dashboard or using APIs and start accepting payments. Check the advantages, payment
methods, international currency support and more.
</Text>
</CardBody>
<CardFooter marginTop="spacing.4" paddingTop="spacing.4">
<CardFooterTrailing
Expand Down

0 comments on commit 6cf035f

Please sign in to comment.