bugfix: contact card image flex shrink to 0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user