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