Change NoteCard layout to allow flex wrapping

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
mroxso
2026-09-07 14:08:11 +02:00
committed by GitHub
parent 58ba4e13a6
commit 8ec4a87c29

View File

@@ -51,7 +51,7 @@ export function NoteCard({ event, compact, className }: NoteCardProps) {
<NoteContent content={event.content} />
{!compact && (
<div className="mt-2 flex items-center gap-1">
<div className="mt-2 flex flex-wrap items-center gap-1">
<Button
variant="ghost"
size="sm"