mirror of
https://github.com/layer-systems/website.git
synced 2026-09-12 05:33:12 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user