Skip to content

Commit

Permalink
fix: demo popover width (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Sep 3, 2024
1 parent 60a23ac commit 4596c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/examples/payment-method-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function CardsPaymentMethod() {
<SelectTrigger id="month" aria-label="Month">
<SelectValue />
</SelectTrigger>
<SelectPopover>
<SelectPopover className="w-auto">
<SelectListBox>
<SelectItem textValue="January" id="1">
January
Expand Down

0 comments on commit 4596c5e

Please sign in to comment.