Skip to content

Commit bc9f111

Browse files
authored
move buttons to the left (#11771)
1 parent b21f4a3 commit bc9f111

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/litellm-dashboard/src/components/view_users.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,8 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
260260
);
261261

262262
return (
263-
<div className="w-full p-6">
264-
<div className="flex items-center justify-between mb-4">
265-
<h1 className="text-xl font-semibold">Users</h1>
263+
<div className="w-full p-6 mx-4">
264+
<div className="flex items-center justify-between mb-4 mt-4">
266265
<div className="flex space-x-3">
267266
<CreateUser
268267
userID={userID}

0 commit comments

Comments
 (0)