From 168087eba0556d427bd21fd0272bc76afeb6df00 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 14 Feb 2024 18:40:48 +0000 Subject: [PATCH 1/1] Prevent dividers between diary comments overflowing into the margins --- app/views/diary_entries/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index 3312aa8f2..63ab89b8f 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -12,7 +12,7 @@ <%= render @entry %> -
+

<%= t(".discussion") %>

-- 2.39.5