mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-24 20:28:16 +02:00
make meeting note name wrap
This commit is contained in:
parent
e2178c1488
commit
fcbcc137ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1058,7 +1058,7 @@ export function MeetingsView({ onOpenNote, onTakeMeetingNotes, meetingState, mee
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => onOpenNote(note.path)}
|
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>
|
<span className="block truncate">{note.name}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue