1
0
forked from baron/baron-sso

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.
This commit is contained in:
2026-05-06 15:59:45 +09:00
parent 71de98e0d9
commit 92c547db3c
2 changed files with 2 additions and 2 deletions

View File

@@ -465,7 +465,7 @@ function UserListPage() {
</header>
<Card className="flex-1 flex flex-col min-h-0 bg-[var(--color-panel)] overflow-hidden">
<CardHeader className="flex flex-wrap items-end justify-between gap-4 flex-shrink-0">
<CardHeader className="flex flex-wrap items-end gap-8 flex-shrink-0">
<div>
<CardTitle>
{t("ui.admin.users.list.registry.title", "사용자 레지스트리")}