We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8bb4e commit 0044a48Copy full SHA for 0044a48
src/components/ui/dashboard/coaching-session-list.tsx
@@ -93,7 +93,7 @@ export default function CoachingSessionList({
93
);
94
95
return (
96
- <Card className={cn("min-w-96", className)}>
+ <Card className={cn("min-w-64", className)}>
97
<CardHeader>
98
<CardTitle>
99
<div className="flex justify-between flex-col lg:flex-row">
0 commit comments