forked from abner/for-legacy-web
fix long width image previews to fit into view
parent
030d743af9
commit
ee5e558e9f
|
|
@ -101,6 +101,7 @@ const PreviewBox = styled.div`
|
|||
|
||||
.icon {
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
margin-bottom: 4px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue