Skip to content

Commit

Permalink
add object-fit: contain to fix connector image stretching (#20319)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Dec 9, 2022
1 parent 44a85e7 commit abee21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/utils/imageUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { DefaultLogoCatalog } from "components/common/DefaultLogoCatalog";
const IconContainer = styled.img`
height: 100%;
width: 100%;
object-fit: contain;
`;

const IconDefaultContainer = styled.div`
Expand Down

0 comments on commit abee21e

Please sign in to comment.