fix svg width
parent
869ba3ec1f
commit
210cca9a44
|
@ -45,7 +45,7 @@ const ImagePreview = styled.div`
|
|||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 30rem !important;
|
||||
display: block;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue