Skip to content

Commit

Permalink
reduce accordion bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed Oct 3, 2024
1 parent cdaf689 commit 3fe9cbc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ const ManagerDashboard = ({ userQuery }: ManagerDashboardProps) => {
setAccordionItems(newValue);
}}
type="multiple"
// we don't need that fat padding in the accordion inside the task card
data-h2-padding-bottom="base:selectors[>.Accordion__Item > .Accordion__Content](0)"
>
<Accordion.Item value="your_talent_searches">
<Accordion.Trigger>
Expand Down

0 comments on commit 3fe9cbc

Please sign in to comment.