fix svg width
This commit is contained in:
@@ -45,7 +45,7 @@ const ImagePreview = styled.div`
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 30rem !important;
|
||||
display: block;
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user