From 761031c974de2c389ddc589a16776acd0b293030 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Fri, 12 Aug 2016 11:02:46 -0600 Subject: [PATCH] Decrease max-width for image previews to 80%. --- app/assets/stylesheets/framework/files.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; } } -- GitLab