Skip to content

Commit

Permalink
fix(Collapsible): ensure that bottom margin is not set below chevron …
Browse files Browse the repository at this point in the history
…icon
  • Loading branch information
sjschlapbach committed Dec 21, 2024
1 parent 430f1a6 commit bd34379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/Collapsible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Collapsible({
<RadixCollapsible.Root open={open} onOpenChange={onChange}>
<div
className={twMerge(
'w-full rounded-md border-2 border-solid border-uzh-grey-80 p-2 pb-0',
'w-full rounded-md border-2 border-solid border-uzh-grey-80 p-2 !pb-0',
className?.root
)}
>
Expand Down

0 comments on commit bd34379

Please sign in to comment.