move buttons to the left (#11771)

This commit is contained in:
tanjiro 2025-06-17 04:27:04 +09:00 committed by GitHub
parent b21f4a3f74
commit bc9f111ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,9 +260,8 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
);
return (
<div className="w-full p-6">
<div className="flex items-center justify-between mb-4">
<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">
<div className="flex space-x-3">
<CreateUser
userID={userID}