1
0
forked from baron/baron-sso

사용자 목록 로케일 및 링크 스타일 통일

This commit is contained in:
2026-06-04 17:09:13 +09:00
parent 1596342d03
commit f3e9ca52be
4 changed files with 32 additions and 14 deletions

View File

@@ -1005,7 +1005,7 @@ function UserListPage() {
<TableCell>
<Link
to={`/users/${user.id}`}
className="font-medium hover:underline text-primary truncate block max-w-[150px]"
className="block max-w-[150px] truncate font-medium text-foreground transition-colors hover:text-primary hover:underline"
title={user.name}
>
{user.name}