From 92c547db3cfe2d19c4a5705ed2ac16f159278636 Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 6 May 2026 15:59:45 +0900 Subject: [PATCH] style: align search bar with title horizontally - Remove justify-between to place the search bar and filter controls immediately next to the registry title and count description. --- adminfront/src/features/tenants/routes/TenantListPage.tsx | 2 +- adminfront/src/features/users/UserListPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index 148d78f0..7aa9fdf9 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -474,7 +474,7 @@ function TenantListPage() { - +
{t("ui.admin.tenants.registry.title", "Tenant Registry")} diff --git a/adminfront/src/features/users/UserListPage.tsx b/adminfront/src/features/users/UserListPage.tsx index 84910bd9..105ca53f 100644 --- a/adminfront/src/features/users/UserListPage.tsx +++ b/adminfront/src/features/users/UserListPage.tsx @@ -465,7 +465,7 @@ function UserListPage() { - +
{t("ui.admin.users.list.registry.title", "사용자 레지스트리")}