From 21ac67de5ef28784a02ce165545fc18d914ccb3a Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sat, 30 May 2026 20:59:15 +0800 Subject: [PATCH] fix: wrap OptionCombobox in a div for better layout in DashboardTagsPage --- web/app/dashboard/tags/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/web/app/dashboard/tags/page.tsx b/web/app/dashboard/tags/page.tsx index 3d7faa1..75d0d69 100644 --- a/web/app/dashboard/tags/page.tsx +++ b/web/app/dashboard/tags/page.tsx @@ -575,15 +575,17 @@ export default function DashboardTagsPage() { className="pl-9" /> - +
+ +