Skip to content

Commit 0044a48

Browse files
committed
Reduce the minimum width on the CoachingSessionList component on the Dashboard page so it fits better in mobile portrait screen sizes.
1 parent bb8bb4e commit 0044a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/dashboard/coaching-session-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function CoachingSessionList({
9393
);
9494

9595
return (
96-
<Card className={cn("min-w-96", className)}>
96+
<Card className={cn("min-w-64", className)}>
9797
<CardHeader>
9898
<CardTitle>
9999
<div className="flex justify-between flex-col lg:flex-row">

0 commit comments

Comments
 (0)