fix(ui) - removed unused wrapper
This commit is contained in:
parent
e8a330c053
commit
e8e87c5ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ interface Props {
|
|||
}
|
||||
function RoleItem({ role, deleteHandler, editHandler, isAdmin, permissions, projects }: Props) {
|
||||
return (
|
||||
<div className={cn(stl.wrapper, 'flex items-start relative py-4 hover border-b px-3 pr-20')}>
|
||||
<div className={cn('flex items-start relative py-4 hover border-b px-3 pr-20')}>
|
||||
<div className="flex" style={{ width: '20%'}}>
|
||||
<Icon name="user-alt" size="16" marginRight="10" />
|
||||
{ role.name }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue