1
Fork 0

Fix image resizing on load

This commit is contained in:
viktorstrate 2020-02-23 15:51:50 +01:00
parent 39f68e4d8a
commit c6bc32870d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import ProtectedImage from './ProtectedImage'
const PhotoContainer = styled.div`
flex-grow: 1;
flex-basis: 0;
height: 200px;
margin: 4px;
background-color: #eee;