Limit the width of images in emails

This fixes an issue in Mail.app, where large images would expand outside
of the viewport.
parent 69577b57
......@@ -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