From 49d3cf7e8ac7024a5c404fbd8bb2664e1547beca Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sun, 13 Apr 2025 17:49:45 +0100 Subject: [PATCH] fix: add flex-wrap to mii list tags --- src/app/components/mii-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/mii-list/index.tsx b/src/app/components/mii-list/index.tsx index 8e5cd4f..13e8154 100644 --- a/src/app/components/mii-list/index.tsx +++ b/src/app/components/mii-list/index.tsx @@ -104,7 +104,7 @@ export default function MiiList({ isLoggedIn, userId }: Props) { {mii.name} -
+
{mii.tags.map((tag) => ( {tag}