From 5605243dfda6715262cf04e4f450557a564c8203 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 15 Mar 2024 19:41:13 +1100 Subject: [PATCH] usethesource: Add some space between comment name/date and text --- .../templates/usethesource/comment_partial.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/conservancy/usethesource/templates/usethesource/comment_partial.html b/conservancy/usethesource/templates/usethesource/comment_partial.html index c0af28d6..6e8b7d59 100644 --- a/conservancy/usethesource/templates/usethesource/comment_partial.html +++ b/conservancy/usethesource/templates/usethesource/comment_partial.html @@ -1,7 +1,10 @@ -
{% if comment.attribute_to %}{{ comment.attribute_to }}{% else %}{{ comment.user }}{% endif %} — {{ comment.time }} - {% if user.is_staff %} - edit - delete - {% endif %} -
{{ comment.message|urlize|linebreaksbr }} +
+
+ {% if comment.attribute_to %}{{ comment.attribute_to }}{% else %}{{ comment.user }}{% endif %} — {{ comment.time }} + {% if user.is_staff %} + edit + delete + {% endif %} +
+ {{ comment.message|urlize|linebreaksbr }}