Skip to content

Commit

Permalink
🪟🐛 Connector form: Fix squeezed status icon (#22396)
Browse files Browse the repository at this point in the history
* fix visual bug

* Revert "fix visual bug"

This reverts commit 09d730a.

* prevent status icon squeezing
  • Loading branch information
Joe Reuter authored Feb 7, 2023
1 parent e441d5c commit 13aac77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Container = styled.div<Pick<StatusIconProps, "big" | "value">>`
text-align: center;
display: inline-block;
vertical-align: middle;
flex-shrink: 0;
`;

const Badge = styled(Container)<{ status: Exclude<StatusIconStatus, "loading"> }>`
Expand Down

0 comments on commit 13aac77

Please sign in to comment.