Skip to content

Commit

Permalink
fix(chip): set place-items as initial as hides icons on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Emacdyz committed Sep 13, 2023
1 parent 4a620a8 commit 1abfe58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const Container = styled.span<ContainerProps>`
@media ${device.tablet} {
> *:first-of-type:not(style) {
display: flex;
place-items: initial;
}
}
`}
Expand Down

0 comments on commit 1abfe58

Please sign in to comment.