Skip to content

Commit

Permalink
Fix: Icon position alignment right to left in chip (twentyhq#5330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeet1desai committed May 7, 2024
1 parent 7c3e828 commit 6edecf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/twenty-ui/src/display/chip/components/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const StyledContainer = styled.div<
cursor: ${({ clickable, disabled }) =>
clickable ? 'pointer' : disabled ? 'not-allowed' : 'inherit'};
display: inline-flex;
flex-direction: row-reverse;
justify-content: center;
gap: ${({ theme }) => theme.spacing(1)};
height: ${({ theme }) => theme.spacing(3)};
Expand Down

0 comments on commit 6edecf7

Please sign in to comment.