From 9aa130cd6444d1fd18603ee5de78a2aa6bc07566 Mon Sep 17 00:00:00 2001 From: Wen Sun Date: Thu, 21 Dec 2023 10:56:40 +0900 Subject: [PATCH] Update timelineItem.html * Add `break-words` to prevent content overflow --- layouts/shortcodes/timelineItem.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/timelineItem.html b/layouts/shortcodes/timelineItem.html index 2d4e751f2..7ee1d94fb 100644 --- a/layouts/shortcodes/timelineItem.html +++ b/layouts/shortcodes/timelineItem.html @@ -8,7 +8,7 @@
{{ partial "icon" $icon }}
-
+
{{ if $header }}

@@ -29,4 +29,4 @@

{{- .Inner -}}

- \ No newline at end of file +