summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-23 09:46:02 +0000
committerWinnie Hellmann <winnie@gitlab.com>2017-11-23 12:59:53 +0000
commit7bbe4ebc626d272425caa7083efd0e78f2d48cf6 (patch)
treef1ce2dcfd8e30b564d5c96d3a3b6e4cd3893070c
parent1ff9e796f8df3d274cc7a6b845b8266055e5a936 (diff)
downloadgitlab-ce-7bbe4ebc626d272425caa7083efd0e78f2d48cf6.tar.gz
Merge branch '39653-hide-section_start-and-section_end-in-pipeline-emails' into 'master'
Resolve "Hide `section_start` and `section_end` in pipeline emails" Closes #39653 See merge request gitlab-org/gitlab-ce!15534 (cherry picked from commit 3e558d8dbdbf39a0241b1e72ee494362624ace38) 4b4e83dc Add CSS hidden class in mailer layout
-rw-r--r--app/views/layouts/_mailer.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/_mailer.html.haml b/app/views/layouts/_mailer.html.haml
index 983ed22a506..b50537438a9 100644
--- a/app/views/layouts/_mailer.html.haml
+++ b/app/views/layouts/_mailer.html.haml
@@ -10,6 +10,10 @@
body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
img { -ms-interpolation-mode: bicubic; }
+ .hidden {
+ display: none !important;
+ visibility: hidden !important;
+ }
/* iOS BLUE LINKS */
a[x-apple-data-detectors] {