Skip to content
Snippets Groups Projects
Verified Commit ee5e558e authored by bree's avatar bree
Browse files

fix long width image previews to fit into view

parent 030d743a
1 merge request!3replace js image scaling with css for message attatchments
......@@ -101,6 +101,7 @@ const PreviewBox = styled.div`
.icon {
height: 100px;
width: 100%;
margin-bottom: 4px;
object-fit: contain;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment