From f90552ccf8b189b1733eeae202f41ff61c72d970 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 12 Jun 2020 19:56:22 +0200 Subject: [PATCH] fix tests and email clients blocking css --- app/config/locales/templates/_base.tpl | 4 ++++ app/config/locales/templates/_cta.tpl | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/config/locales/templates/_base.tpl b/app/config/locales/templates/_base.tpl index aa79b7400c..f59b48494d 100644 --- a/app/config/locales/templates/_base.tpl +++ b/app/config/locales/templates/_base.tpl @@ -76,6 +76,10 @@ margin-bottom: 15px; } + a { + word-break: break-all; + } + .btn { box-sizing: border-box; width: 100%; diff --git a/app/config/locales/templates/_cta.tpl b/app/config/locales/templates/_cta.tpl index 6cb2380e8d..634609a09e 100644 --- a/app/config/locales/templates/_cta.tpl +++ b/app/config/locales/templates/_cta.tpl @@ -16,4 +16,11 @@ - \ No newline at end of file + +

+ + + {{redirect}} + + +

\ No newline at end of file