From c25082a1b1f8e1cb560314b01f8812875582015c Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 18 Nov 2025 20:55:45 +0100 Subject: [PATCH] move margin to suggested selector --- web_src/css/repo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 0c2fae34c4..776c8e8f59 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -595,7 +595,6 @@ td .commit-summary { .repository.view.issue .comment-list .conversation-holder .comment .comment-container { border: none; - gap: 6px; } @media (max-width: 767.98px) { @@ -663,6 +662,7 @@ td .commit-summary { } .repository.view.issue .comment-list .code-comment .comment-content { + margin-top: 6px; margin-left: 24px; }