Skip to content

Commit

Permalink
fix: claim modal width
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Nov 29, 2024
1 parent ce1942a commit 5c328ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/claim/feed-claim-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const FeedClaimModalContent: FC<{
}

return (
<div className="mx-auto max-w-[650px]">
<div className="mx-auto w-full max-w-[650px]">
<Card className="mb-2">
<CardHeader>
<FollowSummary feed={feed} />
Expand Down

0 comments on commit 5c328ba

Please sign in to comment.