Merge pull request #1745 from RafaelTaranto/backport/photo-roll-height

LAM-438 fix: photo roll height
This commit is contained in:
Rafael Taranto 2024-11-28 08:44:10 +00:00 committed by GitHub
commit 09df11e7a9

View file

@ -13,9 +13,10 @@ const useStyles = makeStyles({
display: 'flex' display: 'flex'
}, },
imgInner: { imgInner: {
objectFit: 'cover', objectFit: 'contain',
objectPosition: 'center', objectPosition: 'center',
width: 500, width: 500,
height: 400,
marginBottom: 40 marginBottom: 40
} }
}) })