diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-23 09:46:02 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-11-23 09:46:02 +0000 |
commit | 3e558d8dbdbf39a0241b1e72ee494362624ace38 (patch) | |
tree | bd8415cc74c8e695bd3b33db9a02f841bf5b76dd /app | |
parent | 9b21f49508e7ba64c699fa7ad46f457e56d9ba16 (diff) | |
parent | 4b4e83dc1294234fd11ebc7d2921b8f310b94153 (diff) | |
download | gitlab-ce-3e558d8dbdbf39a0241b1e72ee494362624ace38.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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/_mailer.html.haml | 4 |
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] { |