Add padding to admin user edit drawer
This commit is contained in:
parent
016fef34d3
commit
aa12ebfe0a
1 changed files with 2 additions and 2 deletions
|
|
@ -709,8 +709,8 @@ export function AdminUsersManager({ initialUsers, initialInvites, roleOptions, d
|
|||
</Tabs>
|
||||
|
||||
<Sheet open={Boolean(editUser)} onOpenChange={(open) => (!open ? setEditUserId(null) : null)}>
|
||||
<SheetContent side="right" className="space-y-6 overflow-y-auto sm:max-w-2xl">
|
||||
<SheetHeader>
|
||||
<SheetContent side="right" className="space-y-6 overflow-y-auto px-6 pb-10 sm:max-w-2xl">
|
||||
<SheetHeader className="px-0 pt-6">
|
||||
<SheetTitle>Editar usuário</SheetTitle>
|
||||
<SheetDescription>Atualize os dados cadastrais, papel e vínculo do colaborador.</SheetDescription>
|
||||
</SheetHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue