Skip to content

Commit

Permalink
remove some left padding
Browse files Browse the repository at this point in the history
  • Loading branch information
echappen committed Sep 10, 2024
1 parent 5df4642 commit 6b13e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UsersActions/UsersActionsOrgRoles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function UsersActionsOrgRoles({
<legend className="usa-legend usa-sr-only margin-bottom-2">
<strong>Select org roles</strong>
</legend>
<div className="padding-3 border-top border-base-light">
<div className="padding-3 padding-left-0 border-top border-base-light">
{Object.values(roles).map((role, i) => (
<div
key={`UsersActionsOrgRoles-checkbox-${i}`}
Expand Down

0 comments on commit 6b13e0a

Please sign in to comment.