fix long width image previews to fit into view

pull/1049/head
bree 2021-07-02 22:37:45 -04:00
parent a9763de707
commit d4765b7db4
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ const PreviewBox = styled.div`
.icon {
height: 100px;
width: 100%;
margin-bottom: 4px;
object-fit: contain;
}