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