We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21f4a3 commit bc9f111Copy full SHA for bc9f111
ui/litellm-dashboard/src/components/view_users.tsx
@@ -260,9 +260,8 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
260
);
261
262
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>
+ <div className="w-full p-6 mx-4">
+ <div className="flex items-center justify-between mb-4 mt-4">
266
<div className="flex space-x-3">
267
<CreateUser
268
userID={userID}
0 commit comments