fix: Adjust spacing below comment text content

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-03 01:28:10 +00:00
parent ec7d395407
commit 0e7aedbc5e

View File

@@ -198,6 +198,11 @@ span.source {
.comment .text {
margin-top: -0.5rem;
margin-bottom: 1rem;
}
.comment .text > * {
margin-bottom: 0;
}
.comment .text.hidden > p {