diff --git a/frontend/app/components/Domain/Recipe/RecipeTimelineItem.vue b/frontend/app/components/Domain/Recipe/RecipeTimelineItem.vue index a9b4373b0..2514d1d14 100644 --- a/frontend/app/components/Domain/Recipe/RecipeTimelineItem.vue +++ b/frontend/app/components/Domain/Recipe/RecipeTimelineItem.vue @@ -25,7 +25,7 @@ {{ $d(new Date(event.timestamp || "")) }} - + {{ event.subject }} @@ -68,7 +68,7 @@ - {{ event.subject }} + {{ event.subject }} -
+
@@ -179,4 +179,8 @@ const eventImageUrl = computed(() => { .v-card::after { display: none; } + +.break-word { + overflow-wrap: anywhere; +}