Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site/src/components/RoleSelect/RoleSelect.tsx
Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
  • Loading branch information
BrunoQuaresma and presleyp authored May 10, 2022
commit a01cb8784178a30f8a98aa7cc96e69761b1ff214
2 changes: 1 addition & 1 deletion site/src/components/RoleSelect/RoleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const useStyles = makeStyles((theme: Theme) => ({
select: {
margin: 0,
// Set a fix width for the select. It avoids selects having different sizes
// depending on how much roles they have selected.
// depending on how many roles they have selected.
width: theme.spacing(25),
},
}))