Skip to content

Commit 9e2f0aa

Browse files
committed
feat: center align items in user information tab for improved layout
1 parent a5faf2c commit 9e2f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/panel/core/users/show/components/information-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function CoreUserShowInformationTab({user}: { user: CoreUserData
2525
<CardDescription>Allgemeine Informationen über den Benutzer</CardDescription>
2626
</CardHeader>
2727
<CardContent className={"flex flex-col lg:flex-row gap-4"}>
28-
<div className={"flex flex-col gap-2"}>
28+
<div className={"flex flex-col gap-2 items-center"}>
2929
{/*<div className={"w-32"}>*/}
3030
{/* <img*/}
3131
{/* src={`https://crafatar.com/avatars/${user.uuid.replace("-", "")}?size=128&overlay`}*/}

0 commit comments

Comments
 (0)