Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix on collapsible section clickable icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cettina-tosto committed Dec 18, 2023
1 parent 694c023 commit e3d945c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/common/Accordion/AccordionSingle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ const StyledTrigger = styled(AccordionTriggerPrimitive)`
margin-bottom: 0.75em;
}
svg {
position: absolute;
}
[data-stylizable='widget string-listarray accordion-header'] {
margin-left: 2rem;
}
`

const StyledChevron = styled(ChevronDownIcon)``
Expand Down

0 comments on commit e3d945c

Please sign in to comment.