Skip to content

Commit 4de6431

Browse files
authored
Merge pull request #127 from refactor-group/tweak_dashboard_portrait_mobile_sizing
Reduce the minimum width on the CoachingSessionList component.
2 parents bb8bb4e + 0044a48 commit 4de6431

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)