Commit c887d213 authored by Connor Shea's avatar Connor Shea

Fix small image previews in the file viewer.

See also https://gitlab.com/gitlab-org/gitlab-ce/issues/20505#note_13670085
parent fd3a2cf7
......@@ -63,9 +63,10 @@
&.image_file {
background: #eee;
text-align: center;
img {
padding: 100px;
max-width: 50%;
padding: 20px;
max-width: 100%;
}
}
......
Markdown is supported
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