Skip to content

Commit

Permalink
fix(ui) Set explicit height on logo images to fix render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 committed Nov 29, 2023
1 parent 4dd6738 commit 610ee21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub-web-react/src/app/shared/LogoCountCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { HomePageButton } from './components';

const PlatformLogo = styled(Image)`
max-height: 32px;
height: 32px;
width: auto;
object-fit: contain;
background-color: transparent;
Expand Down

0 comments on commit 610ee21

Please sign in to comment.