Skip to content

Commit

Permalink
fix(files): width and height for files image view (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed May 18, 2022
1 parent 3024878 commit d851377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/views/files/view/View.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
max-height: 60vh;
&:extend(.round-corners);
overflow: hidden;
img {
height: 100%;
width: 100%;
}
}

.no-preview {
Expand Down

0 comments on commit d851377

Please sign in to comment.