change(ui) - preferences - roles list
This commit is contained in:
parent
784d4f1eca
commit
050ce038cc
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ function Roles(props: Props) {
|
|||
icon
|
||||
>
|
||||
<div className={''}>
|
||||
<div className={cn('flex items-start py-3 border-b px-3 pr-20')}>
|
||||
<div className={cn('flex items-start py-3 border-b px-3 pr-20 font-medium')}>
|
||||
<div className="" style={{ width: '20%'}}>Title</div>
|
||||
<div className="" style={{ width: '30%'}}>Project Access</div>
|
||||
<div className="" style={{ width: '50%'}}>Feature Access</div>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ interface Props {
|
|||
}
|
||||
function RoleItem({ role, deleteHandler, editHandler, isAdmin, permissions, projects }: Props) {
|
||||
return (
|
||||
<div className={cn('flex items-start relative py-4 hover border-b px-3 pr-20 group')}>
|
||||
<div className={cn('flex items-start relative py-4 hover border-b last:border-none px-3 pr-20 group')}>
|
||||
<div className="flex" style={{ width: '20%'}}>
|
||||
<Icon name="user-alt" size="16" marginRight="10" />
|
||||
{ role.name }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue