make meeting note name wrap

This commit is contained in:
Arjun 2026-06-10 10:47:12 +05:30
parent e2178c1488
commit fcbcc137ca

View file

@ -1058,7 +1058,7 @@ export function MeetingsView({ onOpenNote, onTakeMeetingNotes, meetingState, mee
<button
type="button"
onClick={() => onOpenNote(note.path)}
className="min-w-0 text-left text-sm font-medium text-foreground hover:underline"
className="block w-full min-w-0 text-left text-sm font-medium text-foreground hover:underline"
>
<span className="block truncate">{note.name}</span>
</button>