Skip to content

Commit

Permalink
fix(collapsible): fix collapsible trigger alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevast committed Nov 17, 2023
1 parent b917c03 commit ecfbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/andive/src/components/collapsible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const StyledTriggerWrapper = styled.div`
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-start;
align-items: center;
`

const StyledIconWrapper = styled.div`
Expand Down

1 comment on commit ecfbf31

@vercel
Copy link

@vercel vercel bot commented on ecfbf31 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

andive – ./

andive-ambler.vercel.app
andive-git-canary-ambler.vercel.app
andive-ci.ambler.fr

Please sign in to comment.