bugfix: contact card image flex shrink to 0

This commit is contained in:
Aarni Halinen
2021-03-31 16:21:14 +03:00
parent 1ce7b02e20
commit b74fd8bc23
+1 -3
View File
@@ -18,11 +18,9 @@ const Row = styled.div`
const ImageContainer = styled.div`
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
width: 5rem;
flex-shrink: 0;
img {
padding: 0.5rem !important;