summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-02 15:05:09 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-22 11:09:17 +0100
commit4b4e83dc1294234fd11ebc7d2921b8f310b94153 (patch)
tree004feb7a13f74863933a93b5fbff21dbc3658245
parent6369db0196ec7b6e288b16382c95243424a59b62 (diff)
downloadgitlab-ce-39653-hide-section_start-and-section_end-in-pipeline-emails.tar.gz
-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] {