Commit f71e68dc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'images-in-emails' into 'master'

Limit the width of images in emails

In notification emails, large inline images can exceed the width of the viewport. This ensure that large images are resized to fit within the mail client window.
parents f12967ce a220fc54
......@@ -4,6 +4,10 @@
%title
GitLab
:css
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment