From 8ec4a87c29a5f1910ea47a41d341145a141d4ce6 Mon Sep 17 00:00:00 2001
From: mroxso <24775431+mroxso@users.noreply.github.com>
Date: Mon, 7 Sep 2026 14:08:11 +0200
Subject: [PATCH] Change NoteCard layout to allow flex wrapping
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
src/components/nostr/NoteCard.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/nostr/NoteCard.tsx b/src/components/nostr/NoteCard.tsx
index b0bb333..cfd9146 100644
--- a/src/components/nostr/NoteCard.tsx
+++ b/src/components/nostr/NoteCard.tsx
@@ -51,7 +51,7 @@ export function NoteCard({ event, compact, className }: NoteCardProps) {