Skip to content

Commit

Permalink
Improve the console role user assigning UI
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Feb 13, 2025
1 parent 5df4868 commit 6a3ae94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-plants-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.roles.v2": patch
---

Improve the console role user assigning UI
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ export const RoleUsersList: FunctionComponent<RoleUsersPropsInterface> = (
<Grid xs={ 12 } sm={ 4 } md={ 8 }>
<Autocomplete
multiple
style={ { padding: 0 } }
size="small"
disableCloseOnSelect
loading={ isUserListFetchRequestLoading || isUserSearchLoading }
options={ users }
Expand Down
10 changes: 6 additions & 4 deletions features/admin.roles.v2/components/edit-role/edit-role.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
.edit-role {
&.users {
.MuiAutocomplete-tag {
margin: 0;
}

.MuiFormControl-root {
height: 100%;

.MuiSelect-select {
padding: 11.5px;
}
Expand All @@ -16,6 +14,10 @@
.MuiInputBase-adornedEnd {
padding: 9.5px;
}

.MuiInputBase-formControl {
height: 100%;
}
}
}
}

0 comments on commit 6a3ae94

Please sign in to comment.