From 0e7aedbc5e70e0667c8a12511c74625d59428503 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 3 Dec 2025 01:28:10 +0000 Subject: [PATCH] fix: Adjust spacing below comment text content Co-authored-by: aider (gemini/gemini-2.5-pro) --- webclient/src/Style-light.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 54af6ca..f416ca5 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -198,6 +198,11 @@ span.source { .comment .text { margin-top: -0.5rem; + margin-bottom: 1rem; +} + +.comment .text > * { + margin-bottom: 0; } .comment .text.hidden > p {