Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-12 20:02:46 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-08-12 20:02:46 +0300
commit761031c974de2c389ddc589a16776acd0b293030 (patch)
tree148ce91a5b391bd5189ff7f5e1166fbee80ab8ca /app/assets/stylesheets/framework/files.scss
parentc887d2131f02ffe88722d276e3a8cf3bcf9a74f2 (diff)
Decrease max-width for image previews to 80%.
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-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%;
}
}