Skip to content

Commit

Permalink
fix align items
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Feb 19, 2025
1 parent 4c38dba commit cdf93d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/content-picker/PickedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const MoveButton = styled(Button)`

const ButtonContainer = styled.div`
display: flex;
align-items: center;
gap: 4px;
margin-left: auto;
`;
Expand Down

0 comments on commit cdf93d1

Please sign in to comment.