Skip to content

Commit

Permalink
fix: specify parent class for css changes (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 authored Nov 18, 2024
1 parent 8f6b45c commit 7eb28c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/PeopleManagement/GroupCardGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const GroupCardGrid = ({ groups }) => {
<Collapsible
styling="basic"
title={`Show all ${groups.length} groups`}
className="group-collapsible"
>
<CardGrid
columnSizes={{
Expand Down
8 changes: 5 additions & 3 deletions src/components/PeopleManagement/_PeopleManagement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
}
}

.collapsible-basic .collapsible-trigger {
justify-content: right;
}
.group-collapsible {
.collapsible-basic .collapsible-trigger {
justify-content: right;
}
}

0 comments on commit 7eb28c8

Please sign in to comment.