Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Fix role label padding in UserList
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy committed Jul 5, 2019
1 parent c2147f4 commit 3f839c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { UserStatusEnum } from 'app/services/enums'
import ActionMenu from './ActionMenu';

const RoleLabel = ({ name }) => (
<Label title={name} kind="secondary" mr="2">
<Label title={name} kind="secondary" mb="1" mr="1">
{name}
</Label>
)
Expand Down

0 comments on commit 3f839c3

Please sign in to comment.