diff --git a/assets/scss/_index.scss b/assets/scss/_index.scss index 0b09cef2a..fda414e89 100644 --- a/assets/scss/_index.scss +++ b/assets/scss/_index.scss @@ -65,10 +65,15 @@ main.td-main { padding-bottom: 45px; padding-top: 20px; font-size: 32px; + overflow-wrap: anywhere; + word-break:break-word; span.origtz { display: none; } } + p.next-event a { + white-space: normal; + } a { text-decoration: underline; } diff --git a/layouts/shortcodes/home/next_event.html b/layouts/shortcodes/home/next_event.html index 2252ba53f..9114829bd 100644 --- a/layouts/shortcodes/home/next_event.html +++ b/layouts/shortcodes/home/next_event.html @@ -5,7 +5,8 @@ {{ range first 1 $.Site.Data.calendar }} 📆 Next event: {{ .date }} {{ .time }} UTC:
{{ .label }}
-Where: {{ safeURL .where }} +Where: {{ .where|safeHTML}} + {{ end }}