Skip to content

Commit

Permalink
Added common parent class for multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonymol-aot committed Oct 30, 2024
1 parent 0e5caec commit c54702e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const RoleSelector = ({ allRoles = [], selectedRoles = [], setSelectedRoles }) =
}, []);

return (
<div className="w-100">
<div className="multi-select w-100">
<div className="input-with-pills form-control cursor-pointer position-relative">
{selectedRoles.map((role, index) => (
<CustomPill
Expand Down

0 comments on commit c54702e

Please sign in to comment.