Skip to content

Commit

Permalink
Merge pull request #264 from kylemccullen/task-alert-title
Browse files Browse the repository at this point in the history
Fix: Wrap error title
  • Loading branch information
im-adithya authored Feb 7, 2025
2 parents 63552d2 + 52d94a8 commit d7b632e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const CardTitle = React.forwardRef<
role="heading"
aria-level={3}
ref={ref}
numberOfLines={1}
ellipsizeMode="tail"
className={cn(
"text-xl text-card-foreground font-semibold2 leading-none tracking-tight",
Expand Down

0 comments on commit d7b632e

Please sign in to comment.