summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-12 11:02:46 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-12 11:02:46 -0600
commit761031c974de2c389ddc589a16776acd0b293030 (patch)
tree148ce91a5b391bd5189ff7f5e1166fbee80ab8ca
parentc887d2131f02ffe88722d276e3a8cf3bcf9a74f2 (diff)
downloadgitlab-ce-cs-fix-image-size-in-blob.tar.gz
Decrease max-width for image previews to 80%.cs-fix-image-size-in-blob
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 1ccc331458b..d3e3fc50736 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -66,7 +66,7 @@
img {
padding: 20px;
- max-width: 100%;
+ max-width: 80%;
}
}