From 0f1c8edbb1cf451dd365568a166d1f061893d641 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2015 12:30:30 +0000 Subject: Reduce the size of the images uploaded to a ticket --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 2975fda..2c70843 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -725,7 +725,8 @@ ul.changes { background-color: #0066cc; } -#preview img { +#preview img, +.comment_body img { width: 50%; }