Skip to content

Commit 09bdb58

Browse files
committed
style: remove max-width constraint from UsageDisplay card
1 parent 666ec05 commit 09bdb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/profile/components/usage-display.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export const UsageDisplay = ({
295295
)
296296

297297
return (
298-
<Card className="w-full max-w-2xl mx-auto">
298+
<Card>
299299
<CardHeader className="pb-3">
300300
<CardTitle className="text-xl font-bold mb-3">Credit Balance</CardTitle>
301301

@@ -395,7 +395,7 @@ export const UsageDisplay = ({
395395
}
396396

397397
export const UsageDisplaySkeleton = () => (
398-
<Card className="w-full max-w-2xl mx-auto">
398+
<Card>
399399
<CardHeader className="pb-4">
400400
<div className="h-7 w-32 bg-muted rounded animate-pulse mb-3" />
401401
<div className="h-5 w-64 bg-muted/70 rounded animate-pulse mb-3" />

0 commit comments

Comments
 (0)