diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-08-12 11:02:46 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-08-12 11:02:46 -0600 |
commit | 761031c974de2c389ddc589a16776acd0b293030 (patch) | |
tree | 148ce91a5b391bd5189ff7f5e1166fbee80ab8ca | |
parent | c887d2131f02ffe88722d276e3a8cf3bcf9a74f2 (diff) | |
download | gitlab-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.scss | 2 |
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%; } } |