mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
fix(ui) Set explicit height on logo images to fix render bug (#9344)
This commit is contained in:
parent
f8db90926e
commit
fe444aff26
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user